> Is there anyway to do it in a language other than javascript. Such as .NET > MVC, C#? Where dynamic data needs to be passed server side and not browser > side in javascript
Here's the documentation for Local Search API https://developers.google.com/maps/documentation/localsearch/ Note that it was deprecated nearly two years ago, so it would be foolish to write new applications using it. It's a browser based javascript API, so no you can't use it server- side. You might be interestd in the Places API https://developers.google.com/places/documentation/ -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.
