How can I plot Google map with Long and Lat?

Hi Akshay,

Could you please share a snippet of what your data looks like? It should look something like this:

{
  "lat": 44.529845,
  "lon": -122.9295336
}

Assuming that the name of the field is "geo.coordinates", here is how you can configure a Coordinate Map visualization to aggregate this data:

Does this help?

Thanks,
CJ