The problem is i want to index the lat,lng on an address JSON.
address: { streetAddress: “—”, city: “”, state: “”, lat: -124.99, lng: 192.0984 }
The problem is i want to index the lat,lng on an address JSON.
address: { streetAddress: “—”, city: “”, state: “”, lat: -124.99, lng: 192.0984 }
You need to express that point as GeoJSON, rather than as two different keys of the address bin.