MapLayerTapPayload

@available(iOS 13.0, *)
 @_spi(Experimental) public struct MapLayerTapPayload

Represents location and rendered features of the tap.

  • Point in Map coordinates.

    Declaration

    Swift

    public var point: CGPoint
  • Coordinate under tap.

    Declaration

    Swift

    public var coordinate: CLLocationCoordinate2D
  • Rendered features under tap.

    Declaration

    Swift

    public var features: [QueriedRenderedFeature]