MGLPointFeature
public extension MGLPointFeature
-
Initialize an MGLPointFeature with the title and coordinates of a given Geo.Place
Declaration
Swift
convenience init(_ place: Geo.Place)Parameters
placeThe Geo.Place from which to initialize the MGLPointFeature.
-
Declaration
Swift
var amlGeoPlace: Geo.Place? { get set } -
Initialize an MGLPointFeature with a given title and coordinates
Declaration
Swift
convenience init(title: String, coordinates: CLLocationCoordinate2D)Parameters
titleThe feature title.
coordinatesThe feature coordinates.
View on GitHub
MGLPointFeature Extension Reference