MarkerModelCacheProtocol
protocol MarkerModelCacheProtocol
-
Declaration
Swift
func getMarkers() -> [NMFMarker]
-
Declaration
Swift
func getMarkerModels() -> [MarkerModel]
-
Declaration
Swift
func updateMarkerModelWhenClicked(with markerModel: MarkerModel)
-
Declaration
Swift
func getOnlyStarMarkerModels() -> [MarkerModel]
-
Declaration
Swift
func getMarker(with marker: NMFMarker) -> (MarkerModel?, Int?)
-
Declaration
Swift
func getMarker(with afterSearchModel: MatchedPlaceModel ) -> (MarkerModel?, Int?)
-
Declaration
Swift
func getMarker(x: Double, y: Double) -> (MarkerModel?, Int?)
-
Declaration
Swift
func setMarkerModel(_ markerModels: [MarkerModel])
-
Declaration
Swift
func updateMarkerModel(_ index: Int, _ markerModel: MarkerModel)
-
Declaration
Swift
func resetAllStarMarkers()
-
Declaration
Swift
func updateWhenStarButton(_ markerModel: [MarkerModel])
-
Declaration
Swift
func updateMarkerModel(_ markerModel: MarkerModel)
-
Declaration
Swift
func getUpdatedMarkers() -> [NMFMarker]
-
Declaration
Swift
func deleteMarkerModel(with placeId: String)
-
Declaration
Swift
func deleteAllMarkerModel()