geo
A geographical coordinate, used to plot locations on a map.
A geographical coordinate, used to plot locations on a map.
| Field | Type | Required | Description |
|---|---|---|---|
latitude | number | Yes | The latitude, in decimal |
longitude | number | Yes | The longitude, in decimal |
https://cdn.brytecore.com/packages/schemas/geo.json
https://github.com/Brytecore/brytescore-api-core-packages/blob/master/schemas/geo.json
1/* geo example */23var latLng = {4 "latitude": 33.9127722,5 "longitude": -84.36012986}
Updated July 25, 2026