OBJECT
GeoMarker
A marker used on a map.
link GraphQL Schema definition
- type GeoMarker {
- # Unique marker ID.
- Int! :
- # The markers's label.
- String! :
- # The geolocation for the marker.
- Geolocation! :
- }
OBJECT
A marker used on a map.
- type GeoMarker {
- # Unique marker ID.
- Int! :
- # The markers's label.
- String! :
- # The geolocation for the marker.
- Geolocation! :
- }