AddressGeoLoc Object
Description
Geographic location coordinates using GeoJSON format.
Declaration
type AddressGeoLoc {
type: String!
coordinates: [Float!]!
}
Fields
| Name | Type | Description |
|---|---|---|
type | String! | GeoJSON geometry type, typically "Point". |
coordinates | [Float!]! | Array of coordinates in [longitude, latitude] format. |