c# - Post message to a place using Google maps -
Is it possible to post a message at a place indicated by a user using Google Maps API? I am using ASP.NET / C #.
It looks like you need to use Google Map data API.
From the documentation (Javascript version):
The feature is created by passing a feature-find object to include on the feature feed.
You can read the rest of the steps (lots to post here) in the assumption that you are using the JavaScript version of the API.
Comments
Post a Comment