Interface GeoLocation

The GeoLocation object, maintains the latitude and longitude of the wallet pass. This is used when creating a wallet pass.

interface GeoLocation {
    latitude: number;
    longitude: number;
}

Properties

Properties

latitude: number

The latitude of the wallet pass.

longitude: number

The longitude of the wallet pass.