google-maps

How to create markers on a google local search api?

As the question says, i do not want to use it from the API, and instead combine it on my code, but i can't seem to implement it with the code i have now. the markers do not come out and the search completely disappears if i try implementing with the code. This is a section of my codings : http://www.mediafire.com/?0minqxgwzmx ...

How to use google map api key in my Joomla 1.5 article

Hi, I am using Joomla 1.5 . I have generated a google map api key . How to use this key in Joomla article. ...

Google Maps API - How can I enable 'Points of Interest' ?

I've seen some sites, that use Google Maps, have the ability to show 'Points of Interest' on the map. Similar to what Google Earth does. Here's an example of what I'm talking about: http://i.imgur.com/5OCor.jpg How can I do this? :/ ...

Is there any restriction in generating the maximum number of keys for google maps

I have generated a Google map key by login as a [email protected] . Is there any restriction in generating the number of keys for each user. Since we have 2 different domains and i need to generate key for that too. Actually i am not sure about of how many keys the person who used this id has created.. And is there any way to find of how ...

How to remove text on Marker using Fluster2 library ?

Hi, How to remove the text on a marker using Fluster2 Library ? ...

Efficient Map Overlays in on Android Google Map...

Hi Friends, I want to do the following and am kind of stuck on these for a few days.... 1) I was trying to draw poly lines ( I have encoded polylines, but have managed to decoded those) that move when I move the map.....(the only solution that I found was for Geopoints to be transformed into screen co-ordinates...which wont move if I m...

Blackberry: Passing KML file to Google Maps

I want to know that can I pass KML as a string to google map application? Code snippet: //KML String String document = "<?xml version=\"1.0\" encoding=\"UTF-8\"?><kml xmlns=\"http://www.opengis.net/kml/2.2\"&gt;&lt;Document&gt;&lt;Folder&gt;&lt;name&gt;Paths&lt;/name&gt;&lt;open&gt;0&lt;/open&gt;&lt;Placemark&gt;&lt;LineString&gt;&lt...

google maps plot route between two points

I have written this innocent javascript code, which lets the user create two markers and plot the route between them. It doesnt work, instead, it gives a weird error: Uncaught TypeError: Cannot read property 'ya' of undefined Can someone suggest me whats wrong here: // called upon a click GEvent.addListener(map, "click", function(ove...

Using google maps API, how can we set the current location as the default set location using map.setCenter function?

I am writing JavaScript code using Google Maps API. map = new google.maps.Map2(document.getElementById("map_canvas")); map.setCenter(new google.maps.LatLng(37.4419, -122.1419), 13); The above code sets the default location of the map canvas to Palo Alto. How can we write the script in such a way that the setCenter function automatic...

KML Layers Cursor CSS - Google Maps API v3

I've run into a small problem with the semi-new KML Overlay functionality with Google Maps API v3, wherein while I am able to use "suppressInfoWindows: true;", the cursor still appears as though the overlay(s) are clickable. Is there a way at this time to change the css on the overlay(s) so that the cursor is the default cursor, so that...

Android Development-cannot download an image outside of onCreate

hi everyone...... im new to android development........and i am stuck with a problem...... i am trying to develop an android application that shows the user the location of atms,hotels etc on a google map....i havent started working on the gps yet.as of now the app works something like this....first of all a map loads on which i intend t...

Google Maps rendering locally but not in live environment

I have a page that renders a simple google map for a specified location. This map renders without any problems at all when I run it locally on localhost, however, when I deploy this code to our live web servers (using our LIVE google API key for the appropriate domain) it fails to render, and upon putting a series of alerts within the ja...

Google Maps: Given a point, how to find all points at a given road distance?

In my app, the GPS picks the location of the vehicle. It is then supposed to put markers at all points where the vehicle could be if it drives for 1 KM in any direction (note that the roads may fork many times within his 1KM reach). Can someone suggest me how to do this? Thanks in advance. ...

Google Maps API v3 doesn't support "hl" param yet?

As I tried "http://maps.google.com/maps/api/js?sensor=false&amp;hl=ja" in tag, the returned JavaScript content still shows en-US for "hl" param. It seems that v3 API doesn't support local language until now. Is it correct? ...

Store locator w/ google maps in classic ASP

I can't find anything on how to create a store locator with google maps using classic ASP (not .net). Can anyone help me out with this? I have looked everywhere. ...

How to display route with Google Maps API in Android application?

I don't get it and I can't find it by myself. How to display (and update) a route between two locations (for example, current device location and destination) in Android application using Google Maps API? ...

jQuery plugin with Google Maps

What's a simple jQuery plugin that will draw a map given an address? I don't need any controls, no panning/zooming. ...

Google Maps API - geocoding accuracy chart?

Where in the Google Maps API docs can I find a table explaining the accuracy values of Geocode lookups? Has the range of values changed in between V2 and V3? ...

Random strange behaviour on Google Maps v2

hi, I'm having a particular fight with Google Maps v2 on Chrome. The map is shown well on all browsers except Chrome, that without any particular reason, it does any of these things as you can see on the image: Moving the center to the south Showing the markers to the right, but if i move the map, they moved too to the next section of...

Retrieving of coordinates from google maps and search

I know there is a way to retrieve the coordinates by clicking on the map, using specifically document.getElementById("lonTb").value=point.x; document.getElementById("latTb").value=point.y; Firstly, i have a html file namely MapToolKit.html, a mapGPS.js and a mapSearch.js. how do i input the coordinates returns ...