MapPointOfInterestManaging
public protocol MapPointOfInterestManaging : PointOfInterestManaging
-
Declaration
Swift
static var defaultZoom: Double { get set }
-
centerToPOI(id:
Default implementationanimated: zoom: ) Default Implementation
Declaration
Swift
func centerToPOI(id: Int, animated: Bool, zoom: Double) -> Bool
-
centerToPOI(_:
Default implementationanimated: zoom: ) Default Implementation
Declaration
Swift
func centerToPOI(_ poi: PointOfInterest, animated: Bool, zoom: Double) -> Bool
-
selectPOI(_:
Default implementationshouldCenter: animated: zoom: ) Default Implementation
Declaration
Swift
func selectPOI(_ poi: PointOfInterest, shouldCenter: Bool, animated: Bool, zoom: Double) -> Bool
-
selectPOI(id:
Default implementationshouldCenter: animated: zoom: ) Default Implementation
Declaration
Swift
func selectPOI(id: Int, shouldCenter: Bool, animated: Bool, zoom: Double) -> Bool