Is it possible to post a message to a place indicated by a user using Google Maps API ? I'm using ASP.NET/C#.
A:
It looks like you need to use the Google Maps Data API.
From the documentation (Javascript version):
Features are created by passing a FeatureEntry object to insertEntry() on the feature feed.
You can read the rest of the steps (too many to post on here) in the documentation. This is assuming that you are using the javascript version of the API.
Tony Abrams
2010-08-03 10:46:56