PickMapContentResult
public class PickMapContentResult
extension PickMapContentResult: NativeBase
extension PickMapContentResult: Hashable
A class that contains possible results from picking map content on the map scene.
-
List of picked places containing the POIs at the location of picking.
Declaration
Swift
public var pickedPlaces: [PickedPlace] { get } -
List of traffic incidents at the location of picking.
Declaration
Swift
public var trafficIncidents: [PickMapContentResult.TrafficIncidentResult] { get } -
Carries the result of picking a Carto traffic incident object. Description of incident is currently not present in our map data, so
See moredescriptionalways returns an empty string.Declaration
Swift
public class TrafficIncidentResult : TrafficIncidentBaseextension PickMapContentResult.TrafficIncidentResult: NativeBaseextension PickMapContentResult.TrafficIncidentResult: Hashable