We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 671875c commit a079a30Copy full SHA for a079a30
1 file changed
MapCache/Classes/MKMapView+MapCache.swift
@@ -16,6 +16,7 @@ extension MKMapView {
16
/// Will tell the map to use the cache passed as parameter for getting the tiles.
17
///
18
/// - Parameter cache: A cache that implements the `MapCacheProtocol`. Typically an instance of `MapCache`
19
+ /// - Parameter canReplaceMapContent: Does the overlay replace the default map? It can be used to add a tile layer with centain level of transparency.
20
21
/// - SeeAlso: `Readme`
22
@discardableResult
0 commit comments