Click here to Skip to main content
15,892,298 members
Everything / Google Map

Google Map

Google-Maps

Great Reads

by Christoph Buenger
Describes PHP application development with the free Scavix Web Development Framework (Scavix-WDF).
by Avelino Ferreira
"Don't care about Google Maps/Routing/StreetView programming. This Control gives your WinForms applications the power of Google Maps API v3". - my previous article. Unfortunately, since Dec.2015, Google Maps JavaScript API applications requires authentication and the program stopped working properly
by joseacl79
Create a Google maps app and add markers on it
by saboor awan
Google Directions API Polyline Points Decoder in C#

Latest Articles

by User 992674
Google Maps control for ASP.NET
by Christian Specht
Once a year, I need to create a printable map with markers.. The map is for Sindorf trödelt, a website which I built for an annual garage sale in my hometown.. Users can register with their addresses, and I use Google Maps to show them on this map on the website..
by brian_eckert
A simple web page that would allow the user to see all locations where their service could be found
by AivanF
Read how to add a dynamic table on Google map for your webpage

All Articles

Sort by Updated

Google Map 

20 Jul 2011 by #realJSOP
A google search would have done you a world of good.I found this[^] when I googled "ssis javascript".
22 Aug 2012 by 07405
Hi..I am having some addresses in my database.i need to point out them on google map and on mouseover on that marker, popup should be raised showing the details of that particular person. IS it possible with address or we should convert it to latitude and longitude?i searched a lot but i...
11 Sep 2012 by 07405
#map_canvas {display:none;}
4 Dec 2014 by 07405
Hi everyone,How can i clear drawing manager and allow user to draw one polygon at onceMy code goes here$(".PolygonAdd").click(function (e) { var drawingManager = new google.maps.drawing.DrawingManager({ drawingMode:...
5 Dec 2013 by 09hadi
I am trying to use Google Maps control in windows phone 8. I have integrated it with Bing maps control as there is no other option to include Google Maps in windows phone 8 application. I want to enable the user to select a position on the map and get the latitude and longitude when the user...
27 Jul 2012 by _Amy
Hi,Try this:protected void Page_Load(object sender, EventArgs e){ string Url = "TXT/business applications_en.htm"; //iFrame1.Attributes["src"] = Url; System.Web.UI.AttributeCollection aCol...
19 Sep 2012 by _Maxxx_
You will need to put a web control of some description into your app to display a google map - the Google API is well documented with many many examples of how to use it, so I suggest you start by developing your web page that displays the map given a set of locations.I did it by writing the...
25 Feb 2013 by A. S. M. Abdur Rab
Please try this code: function Initialize() { var mapOptions = { center: new google.maps.LatLng(-33.8688,...
28 Aug 2015 by abhijeetgupta1988
Follow these links :http://www.wikihow.com/Geocode-an-Address-in-Google-Maps-Javascript[^]http://www.chautauquahomes.us/wikihow/geocode/default.aspx[^] Implementation :http://www.ceat.com/locator.aspx[^]Click on "Detect Location" button.You need to pass the address...
10 Mar 2013 by Abhinav_007
Hey Guys,I am encountering a problem regarding how to call a javascript function using an ASP.NET button.My javascript is as follows:
18 Apr 2013 by Abhinav_007
Hey GuysI wanted to know that is it possible to change the colors of the path displayed in the Google Maps APIv3 specially in the TRANSIT section where different using modes like BUS, RAIL and WALKING are used for displaying the result. Can I change the displayed color of these different...
21 Dec 2012 by Abhishek Pant
Android Google Map Navigation with GPS [^]Android Programming Tutorial: Geolocation (Android LocationManager)[^]and Google Maps Android API[^] will help you develop these maps.Integrating Google Maps in Android App[^]Google Video search results[^]
22 Dec 2012 by Abhishek Pant
have a look hereandroid : How to create Navigation on google map?[^]
25 Nov 2009 by Abhishek Sur
Can you tell me which URL you are trying for? Actually AFAIK, google gives a javascript to draw the map.
3 Aug 2014 by adnanrazapk
hi, i have the requirements user upload photo and then pin it to google maps and location will be saved to database along with user photo i am working with google map V3..please let me know if anyone have done it or give some suggestion ..its urgent
25 Aug 2011 by Adriaan
He all!Just wondering? I allow users of my web application to create a map with their own polygons, polylines and markers. (Using Google Maps API 3). Everything seems to work just fine. However, one of my users pointed out that if they draw a polygon on the map and proceed to draw a...
25 Aug 2011 by Adriaan
Solved!One simple option added to polyline and polygon properties:Before:var polyOptions = { strokeColor: polylineColor, strokeOpacity: polyLineOpacity, strokeWeight: polyLineWidth }After: var polyOptions...
2 May 2011 by aeonjake
Hi Guys,Does anyone know how to snap a marker to the nearest road? I checked around and found snapping possible in V2 (http://econym.org.uk/gmap/example_snappath.htm). Thanking you in advance :)
10 Oct 2019 by Afzaal Ahmad Zeeshan
What you need to use is some sort of a location tracking object that tracks and updates your app with the updated location. Since you are using Ionic, I believe there might be some limitations as native integrations won't be available, but you can get started here, Background Geolocation - Ionic...
15 Aug 2012 by Agis Markouizos
Hello,i need to calculate the latitude and longitude of a point if i have :1) the lattitude and longitude of a known point2)the distance from the known point in km.3) and the direction from the known point in degrees.What i want to calculate is if i have a boat in...
14 Sep 2012 by ahmed559
I wants to print mysql data in to google map as marker and popup.In my project there have project table with "project id", "location".Location as city name.I wants to get every project in to google map based o the city.How can create google map from mysql database?
14 Sep 2012 by ahmed559
I wants to create google map from mysql database.In my database contains project name and its location as city name.How can create this ( http://storelocator.googlecode.com/git/examples/custom.html ) type google map?
11 Jun 2017 by AivanF
Read how to add a dynamic table on Google map for your webpage
14 Jan 2013 by aka MasteR
Format of sending data depends on what gsp tracker you use. Most of gps tracker I worked with use proprietary data formats.
19 Dec 2013 by Alamgir Hossan
I'm new in google map application and using google maps API for getting my current latitude,longitude using geolocation (navigator.geolocation.getCurrentPosition) service. I'm getting the latitude & longitude and it seems that coordinates is not correct. I've tried to get accuracy through...
23 Jul 2013 by ali2012
hi,how to get distance location by postal code google map jquery
9 Apr 2015 by ali_heidari_
Hello.I made an ajax server control that exposes google map api. I made all and work good except onething, It initialize 4 google map at end.All my server control event (PreRender,RenderContent,BeginRenderTag,EndRenderTag) raise once. but i don't know why it makes 4 copy of map with exact...
18 Oct 2012 by Ambesha
Use Bing Map API, it respond you with the xml/json data, pares and use as you want :http://www.microsoft.com/maps/developers/web.aspx[^]http://www.microsoft.com/maps/[^]http://www.bing.com/developers/[^]Thanks,Ambesha
22 Jan 2012 by Amir Mahfoozi
Have a look at these pages :Google Maps in HTML, ASP.NET, PHP, JSP etc. with...
18 Jun 2011 by Amit Kumar Dutta
Discusses a technique to record current geographic location from mobile and display in web pages (with Location History Browsing)
14 Jan 2013 by amit2620
Hello All,I have a page from where we can add multiple controls like text boxes with the help of jquery.On the text box keyprees or keydown or anyother event I have to call google autocomplete and fill the other text boxes like city,state and country.But when I am calling the...
13 Apr 2012 by amitparrikar
use Carriage return and Line feed place "\r\n" in place of \n dont use double quotes !
10 Sep 2013 by amr mustafa
Hello..i have two drawn circle on the map and i want when i click on the circle display the circle name..plz help mefunction init() { //this function will display the map var mapDiv = document.getElementById('map-canvas'); var map = new google.maps.Map(mapDiv, { center:...
18 Feb 2015 by Andrias Melianus Siwabessy
Hi,It's a simple question, but I can't find the answer on the internet.How do I create a Google Maps Marker like this screenshot..As you can see, there is a label on the right of the marker and a cool tooltip shows when you hover your pointer on it.Thanks.Screenshot[^]
14 Nov 2012 by anglo0072
hi expertScenario: "Get all the cities from sql server then fatch it in javascrtip in order to pass the cities name into geocoder method for taking the makers on google map"what i did: i fatched the cities names from Sql server from webservice and then passed it into javascrtipweb...
23 Nov 2012 by anglo0072
i have solved by my self // Create this function for passing the values which was taken by webservice function onSucess(cntName){ // loop through the cntName to pass the individual City one by one from geocode for (i = 0; i
3 Nov 2015 by Anil Sharma1983
You can done this way. Please check@{ decimal MyLat = 12347; decimal MyLong = 3494858; var script = string.Format("
2 Jan 2015 by Anil Vittal
I am posting here because I have thought that below link can be helpful to solve problems faced by other/new users related to this topic.Please put keen observation on comments/links in the mentioned link....
19 Apr 2011 by Anirudha24.d
HiI am using Google map in my application.I am adding marker on Google map by using LAT/LONG of the point as shown below var marker = new google.maps.Marker({ position: new google.maps.LatLng(LatValue,LongValue), map: map, title: MyTitle, icon:MyIcon });But it is found that in my case ...
2 Aug 2014 by ANJYR
http://stackoverflow.com/questions/24950528/combine-content-for-multiple-markers-in-one-infobox-in-google-maps-through-asp-n/25057604#25057604[^]
12 Apr 2013 by ankitsrist
0 down vote favorite i am trying to display google map in contact us page,do not know what is the actual problem it is not displaying, below is my code if...
12 Mar 2013 by AnouarDjerba
I'm trying to get route using google map directions serviceUri uri = new Uri("http://maps.googleapis.com/maps/api/directions/xml?origin=adrori&destination=adrdest&waypoints=adr1|adr2|....|adr8&sensor=false"); HttpWebRequest httpRequest =...
15 Mar 2013 by AnouarDjerba
Hi there,I'm using google map api v3 directions services to display a route and the coordinates are loaded from database.Is it possible to add a new coordinate (destination ) and draw the new path without relaoding the map?
19 Mar 2013 by AnouarDjerba
Hi,I'm trying to draw a rectangle on google map api v3 using the draw tool.I want the user to be able to :1)get the rectangle bounds when the shape is complete.2)update the bounds when the rectangle is dragged or reseized.The (1) worked fine but i need some help on (2).This is the...
14 Nov 2012 by Anshu BM
your source is wrong.This the correct one.It will help you.
25 Nov 2009 by anuj_24mar@yahoo.com
Hey, I'm facing a very peculiar problem, I am using google maps API for a webpage.The objective is to get the Google Pin point on the Map for the addresses that the user has entered. While doing this I get the following error "THE REMOTE SERVER RETURNED AN ERROR - 403 FORBIDDEN"Occasiona
20 Aug 2012 by Anuja Pawar Indore
var map = new google.maps.Map(document.getElementById("map_canvas"), mapOptions);The JavaScript class that represents a map is the Map class. Objects of this class define a single map on a page. (You may create more than one instance of this class - each object will define a separate map...
13 Mar 2017 by apis3445
You can show a map in your WPF application with the Google Maps API v3.
29 Jul 2013 by Archit Patel
I work with google map and this below code is working good for me. var geocoder; var map; function codeAddress() { geocoder = new google.maps.Geocoder(); var lat = ''; var lng = ''; var address =...
30 Jul 2013 by Archit Patel
I work with google map in that my task is show the area using draw dynamic polygon on map.This polygon should be draw by given area and city name.i want output like this map...
11 Aug 2013 by Archit Patel
you can use this code just pass the location in query string function getQueryStrings() { var assoc = {}; var decode = function (s) { return decodeURIComponent(s.replace(/\+/g, " ")); }; var queryString =...
4 Aug 2010 by Aref Hemati
Hi,I have a big project.We have many vehicles and many vehicle gps.I want to view and control some of our vehicles with website and view position in the map of site.I dont know about gps programing.My questions:Which model gps device do we buy?How do we design the webpage...
3 Apr 2015 by Arjun Deol
Hi,We are working on project where we need to plot some part of canada over google map. We can plot map on google with co-ordinates(lat/long) or geometry values. But our client provided us data in form ofMeridian, Range, Township, section, and LSD(legal sub division or quarter).Could...
2 Jul 2012 by Arjun YK
I've co for generating a map where i need to enter the latitude and longitude manually. Is there a way to generate the google map dynamically on the area entered by the user.Thanks in advanceThe code i've used is
1 May 2013 by ArnoDavis
A class library to manage the JSON interface to the Google Geocoding API
17 Oct 2012 by Arunprasath Natarajan
Dear Friends,I want to display a Geo-Map and should show the end user's location.For that I need the latitude and longitude position.How to get the same from coding.Kindly guide me on same. I dont know where to start and how to start.
20 Oct 2012 by Arunprasath Natarajan
I have solved it myself.It will be very useful in place of location default displayURL BASED – RETURNS JSONYou have to Pass your IP at the end of this URL.[^]Coding:jQuery.getJSON("http://jsonip.appspot.com?callback=?",function(data){var clientip = data.ip;var url...
15 Nov 2011 by arya1685
I'm not sure that it's possible or not but I am not able to catch Google map in hard drive, but it will available for Android developer.But if you want only some part of Google map then you can store any location in your hard disk on the basis of some information given belowStore...
26 Jun 2013 by ashish.bathla
Google Map API V2Google has disabled use of the Maps API for this application. The provided key is not a valid Google API Key, or it is not authorized for the Google Maps Javascript API v2 on this site. If you are the owner of this application, you can learn about obtaining a valid key here:...
26 Jun 2013 by ashish.bathla
I want a proper step by step process to register google map api V2 key and use it on live web server.
23 Jun 2011 by Ashy-G
HIIm wondering if it is possible to use the google api in a wpf desktop application?is it possible? if anyone has any clue or an alternative, please help. Thank you
5 Aug 2012 by Atmir
First of all you need to decide what kind of devices you would use , need a mobile provider (GPRS SIM Card ) for device to send data in dedicatet server , need autorisation for google maps when you are using the google map for commercial use!those are the first steps to do a research what you...
10 Aug 2016 by Avelino Ferreira
Don't care about Google Maps/Routing/StreetView programming. This Control gives your WinForms applications the power of Google Maps API v3
4 Jul 2016 by Avelino Ferreira
"Don't care about Google Maps/Routing/StreetView programming. This Control gives your WinForms applications the power of Google Maps API v3". - my previous article. Unfortunately, since Dec.2015, Google Maps JavaScript API applications requires authentication and the program stopped working properly
28 Mar 2013 by Avik Ghosh22
http://www.aspdotnet-suresh.co...
15 Nov 2013 by Avinash6474
HI All,I am trying to acceess google api to get location details, I found following google api to get the location details. http://maps.googleapis.com/maps/api/geocode/json?latlng=17.49266,78.54620&sensor=true[^]How to use this url in c# 4.0 application to get location details?Thanks...
25 May 2011 by awais abbasi009
hi, every one i am working on project related to Google map. i have two textbox when i enter name of places in the text boxes it will show a complete path to me but i want to get full coordinates of poly-line so how can i do this is there any one who help me,kindly
30 Sep 2013 by Azee
Hey there,Your Button is getting a PostBack right now, that could be a problem. So add return false; inside your calcRoute function in the end.and you might wanna debug the JavaScript code to see if it is being called, you could use alerts from line to line.Hope it helpsAzee...
7 May 2014 by BABAR SHAHZAAD
In the following tutorial all the rows are deleted on setOnMapLongClickListenerwhat changes will be needed to delete only that row on which one marker out of all markers is clicked and how to get all rows longitude and latitude to compare with current...
23 Aug 2014 by bafekr
how do i print google map api with beauty descriptioni solved to showing direction in print paper but i can't print description with arrow key and another things such as : https://maps.google.com/maps?f=d&source=s_d&saddr=48.2025,16.3687&daddr=48.2437,16.3797&ie=UTF8&z=10&pw=2&hl=en&dirflg=d
24 Jul 2011 by Balaji Prabu AL
Hi, Please post the complete Stack information. Are you getting this problem on any specific time of a day ? Thanks,Balaji Prabu
7 Sep 2012 by bbirajdar
Use the web service from here http://www.zip-codes.com/free-zip-code-tools.asp#radius[^] OR http://www.strikeiron.com/Catalog/ProductDetail.aspx?pv=5.0.0&pn=ZIP+and+Postal+Code+Information[^]
27 Feb 2013 by bbirajdar
Quote:If I can write a mobile application that give me information about the people whose I have their mobiles numbers stored in my mobile, the application should give exactly where and how far they are from my position or the distance between me and them and the direction.This application...
26 Jun 2013 by bbirajdar
Read the google maps api documention from here https://developers.google.com/maps/documentation/javascript/reference[^] and https://developers.google.com/maps/documentation/[^]
9 Oct 2011 by behos
Hello to all.I am a relatively new user of VB 2008 and completely noob to gps programming.I would like to make a custom gps application with vb 2008 and i have a lot of questions, so i need your help.I will use serial port for the communication between gps and my vb application.My...
12 Sep 2012 by Ben Freeman CBNL
A simple set of functions to convert Shape File Polygons into KML Polygons
12 Jun 2016 by Bernhard Hiller
View and edit your GPS track records on a nice GUI with online maps and aerial views.
15 Mar 2012 by Bernhard Hiller
Those maps consist of "tiles", typically 256x256 pixels. At zoom level 0, there is one single tile showing the whole world. With each zoom level, the number of tiles per dimension doubles.Take a look at "GMap.NET - Great Maps for Windows Forms and Presentation[^]", it can download and store...
14 Apr 2014 by Bernhard Hiller
From your code, it looks like you are expecting a miracle. The only item you add to kml object is the placemark. Well, with the placemark you also add linestring and the Coordinates. Though you add the placemark also to the document, there is no line where the document gets added - directly or...
28 Jul 2010 by Bhavin Jagad
I have embedded Google Maps within my web application.I want to implement a feature for Reverse geocoding (getting the address from the latitude and longitude). I have already done it on Map click. You may check the following link...Reverse Geocode on Map click[^]Whenever you click...
12 Sep 2013 by Bilaal John S
this web address will help you.http://developer.nokia.com/Community/Wiki/Category:Maps_on_Windows_PhoneThanks,Bilaal
31 Aug 2010 by BillW33
You really need to do some research to get basic knowledge on what you are trying to do. Then ask some more specific questions. That said, here is a nice little article CodeProject article to get you started: Mapping with a GPS and C#[^] Here is a tutorial with some more detailed info on...
14 Apr 2011 by bitsmax
My application has a graphic window which is used for graphical representation of a component which is to display in a tree. Some times the components are very large in numbers so the graph size is also huge.In this situation it is difficult for me to see a particular component so I want to...
1 Mar 2012 by boogac
I am trying to use Google Map Api's; trying to call javaScripts from Windows Phone 7 application ; script file is in xmlfile.html in projectpublic MainPage(){ InitializeComponent(); Loaded += new RoutedEventHandler(MainPage_Loaded); webBrowser1.Loaded +=...
11 Jan 2019 by Boris Kudryavtsev
Hello,I need help on writing a Windows Form Application in C++, which does the following:1. Use Google Maps (satellite view) to find 2 Latitude Longitude coordinates entered by the user and zoom in on the section of the map located between them. 2. Click in a series of consecutive...
19 Mar 2015 by Brett2003
It can be easily done by using GDS Google Map WinForms Control. Just add the control to your WinForm application, then response to the MapMouse events.
22 Mar 2019 by brian_eckert
A simple web page that would allow the user to see all locations where their service could be found
12 Apr 2013 by BrianHamilton
This should help you along: html { height: 100% } body { height: 100%; margin: 0; padding: 0 } #map_canvas { height: 100% } function initialize() { var myOptions = { center: new...
1 Jun 2011 by calvin.echols
Where I work we have a website that just launched. In the site there is a school sorter function that uses Google Maps API to find schools in a given radius based on the zip code and search distance that worked initially. It is a stored procedure that references a function that defined in a C#...
22 Mar 2013 by captinmemo
I want to implement GPS in my application, when user clicks the button in the app. it brings list of the nearest locations of the specified type "Religious Organizations" I did find a tutorial that does exactly what I want ,but when I surf Supported Places Types by Google places API I didn't...
28 Oct 2013 by Chakri P
Hi, I am doing a web application in Asp.Net, to retrieve Near By Address from Google Maps API.For getting this, I am using the below...
29 Oct 2013 by Chakri P
Hi,I am doing a web application in Asp.Net, to retrieve Near By Places.For getting this, i am using the below link,https://maps.google.com/?q=area&near=ameerpet&radius=1From the above link i am getting the places with in 5 kms having the output in the form of displaying locations...
25 May 2019 by chhiew
I have a base map using marker cluster feature and wanted to add another map with toggle buttons (KML layer). After hours of trying and changing the code here and there still unable to get it work. ie. base map is working, toggle layer button when clicked not working. I have appended below my...
17 Mar 2013 by Chirag7691
I am trying to make an application based on GPS.Now i have found that Google maps tracks API can help me to track my vehicles and all,but i am unable to understand coding part of it.So if possible please give me examples of Google Maps tracks API
17 Mar 2013 by Chirag7691
but i am unable to understand how to use,so please help me
14 Nov 2012 by Christ_88
Hi,I try to use Google map 'Hello World' in an asp application, but there is a problem when i delete DOCTYPE every thing is fine but when i have, that doesn't show any mapi used the both below DOCTYPEs but none of them works for me, do you have any idea?
19 Nov 2012 by Christ_88
is it possible to do something like that or not?
20 Nov 2012 by Christ_88
hi everybody,i added places library to my google map script tag.when i use it like:every thing work fine but requests doesn't increase in my console "Traffic Reports...
19 Jan 2010 by Christian Graus
Weird. I did a google[^] and found tons of info. Did you make the mistake of using Bing instead ?
10 May 2018 by Christian Graus
First google hit: Overview  |  Directions API  |  Google Developers[^]