MapPickResult Class Reference
- Last UpdatedJan 22, 2025
- 1 minute read
MapPickResult
public class MapPickResult
extension MapPickResult: NativeBase
extension MapPickResult: Hashable
A class representing a map pick result.
-
Picked map items result.
Declaration
Swift
public var mapItems: PickMapItemsResult? { get }
-
Picked map content result.
Declaration
Swift
public var mapContent: PickMapContentResult? { get }
-
List of map object descriptors representing picked objects from custom user data layers.
Declaration
Swift
public var customLayerObjectDescriptors: [MapObjectDescriptor]? { get }