Skip to main content

AddressGeoLoc Object

Description

Geographic location coordinates using GeoJSON format.

Declaration

type AddressGeoLoc {
type: String!
coordinates: [Float!]!
}

Fields

NameTypeDescription
typeString!GeoJSON geometry type, typically "Point".
coordinates[Float!]!Array of coordinates in [longitude, latitude] format.