loopback geopoint code example
Example 1: geopoint loopback 3
...
"properties": {
"location": {
"type": "GeoPoint"
},
...
}
...
Example 2: loopback geopoint
{
lat: 10.32424,
lng: 5.84978
}
...
"properties": {
"location": {
"type": "GeoPoint"
},
...
}
...
{
lat: 10.32424,
lng: 5.84978
}