Reputation: 21
I have multiple places store in my db . places contain (Longitude,latitude,Name,Website,phone,...) . I want to add these place to google maps using c# method. How can I Send place to google maps ?
Upvotes: 1
Views: 3956
Reputation: 95
You might want to have a look at this one:
Calling JavaScript Function From CodeBehind
There are two solutions:
In short terms:
I think that should work without a problem.
The Google Maps API can, of course be requested by you by sending out the JSON calls.
This post gives guidance in that: google maps API for C#
Upvotes: 1