Geo data can be stored either as an array such as [ 55.5, 42.3 ] or embedded documents such as { lng : 55.5 , lat : 42.3 }. For the embedded document, do the property names have to be "lat" and "lng"? Also, there is talk of a "legacy ...
Geo data can be stored either as an array such as [ 55.5, 42.3 ] or embedded documents such as { lng : 55.5 , lat : 42.3 }. For the embedded document, do the property names have to be "lat" and "lng"? Also, there is talk of a "legacy coordinate pair", which I do not understand. Is that a separate format from either of these?