Hi,
I want to store group of location coordinates received from GoogleMap API to MongoDB using Mongo C# driver. I found GeoJSON as the right data type to be used.
Could please provide sample code for doing CRUD operations with GeoJSON Multipoint?
Thanks in advance.