CustomRecord

public class CustomRecord

A single record from a custom data source.

Important

This is a Public Preview API. It may be changed or removed at any time.

Public

  • id

    Unique identifier of the custom record.

    Declaration

    Swift

    public let id: String
  • The geo-location of the custom record

    Declaration

    Swift

    public let position: CLLocationCoordinate2D
  • The Address of the custom record.

    Declaration

    Swift

    public let address: Address