geo

A geographical coordinate, used to plot locations on a map.

A geographical coordinate, used to plot locations on a map.

FieldTypeRequiredDescription
latitudenumberYes

The latitude, in decimal

longitudenumberYes

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 */
2
3var latLng = {
4 "latitude": 33.9127722,
5 "longitude": -84.3601298
6}

Updated July 25, 2026