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

    place

    The Geo.Place from which to initialize the MGLPointFeature.

MGLPointFeature+Geo.Place property

  • 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

    title

    The feature title.

    coordinates

    The feature coordinates.