top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

How can I make google Map control on c# platform?

+5 votes
284 views

I wanna display only google map without other web page elements, and add some buttons to control the map like zoom in and zoom out.

posted Aug 5, 2014 by Mohammad Alsharif

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

Dont know what you have tried and where you are failing. I would suggest to go through the following code project -
http://www.codeproject.com/Articles/23135/Mapping-with-a-GPS-and-C

and have a look on this thread
http://www.codeproject.com/Questions/120874/C-Windows-Forms-Application-displaying-Google-Maps

If still have a problem then provide more detail.

answer Aug 5, 2014 by Salil Agrawal
Similar Questions
+2 votes

I need an Idea of how to put a google map in my application, I have field and I want to fill it with address and I want a map in the next line showing the address that I entered in my field......

+2 votes

How can I get the co-ordinates of the enodeB in Long, Lat so that I can show it on Google Map? Is possible to get this information for WCDMA?

0 votes

I'm new in Android and need some expertise in google map. How should I start?

+2 votes

I need to find all cities, towns or postal codes in radius of 20 km from place specified by latitude and longitude.

I've tried Places search from Google Places API with this query:

https://maps.googleapis.com/maps/api/place/radarsearch/json?location=53.09022140,21.21483510&radius=20000&types(locality|postal_code)&sensor=false&key=myKey

but this seems not to work with geocode places (only business results are presented).

I've also read about Place Searches in Places Library of Google Maps JavaScript API v3, but I'm not sure if this is appropriate for Android Application (I have a http/php server, but I'm not sure how can I use it with my Android App). Can I use it directly from my application?

Maybe I could achieve it using other service? Do you have any suggestions?

...