| Name | Type | Description | Notes |
|---|---|---|---|
| name | string | Optional. Venue or location name. | [optional] |
| latitude | double | Latitude, in degrees, of the location. | |
| longitude | double | Longitude, in degrees, of the location. | |
| altitude | int | Optional. Altitude, in meters, of the location. | [optional] [default to 0] |
| address | string | Optional. Location full address. | [optional] |
| relevant_text | string | Message to display on lockscreen (iOS only). | [optional] |
| max_distance | int | Maximum distance in meters from a relevant latitude and longitude that the pass is relevant. This number is compared to the pass’s default distance and the smaller value is used. | [optional] |