I have written some javascript to call information from and place a marker with a custom icon for each entry in the data file 'latlngtrunc.js'.
latlngtrunc.js contains 'product', 'result', 'level' & 'posn' for each entry. There are 3 different 'levels' each of which I would like to represent as a different colored icon.
The code below ...
I have all info City name,state,Country,street name,house number and zip code.Can i locate this in Google map.How will i do? From where i can get API for google for such problems?
...
I keep getting this randomly when I run my gps app I'm building. It doesn't happen everytime, and the coordinates passed in are always valid (i nslog them). Is there documentation for these somewhere?
...
Hi there, I done a lot research but can't find the way to create latlng in the google map
as below, how can I use address for the latlng number?
the script is
function initialize()
{
var latlng = new google.maps.LatLng(-41.251290,174.803638);
var opt =
{
center:latlng,
zoom:10,
mapTypeId: google.map...
Hi,
I need to get the zipcode/pincode for a location by using the latitudes and longitudes. I able to get the city, country.
But I am not able to get the zipcode/pincode.
I have gone through a form and it stated that,
No: the geocoder's data differs from country to country, depending on
the data which Google was able to collect or...
Hi,
How can we add a Google map with WordPress.
Consider my coordinates
<longitude>17.549062233809</longitude>
<latitude>40.68792578497581</latitude>
Please can anybody give me an idea.
Thank you
...
Hi,
How to display google earth (KML) file using javascript.
thanks
...
I have an ip address i want to locate all the nearest places ip addresses marked with marker in google maps.
How can i achieve it ?
...
We need to create search input field like it is on _http://maps.google.com
The key functionality is suggest list with appropriate results. We
have not found this feature in API.
Analyzing maps.google.com we see that suggest list is received
from get request to this url
https://maps-api-ssl.google.com/maps/suggest?q=%D0%BC%D0%BE%D1%...
I'd like the user to only be able to drag a marker when the CTRL key is held down. Is this possible?
...
Hi,
I am using google map for my site. I have used the following code
function addMarker(latitude , longitude, infoTabs)
{
if(typeof(iconImage) !== 'undefined')
{
var icon = new GIcon();
icon.image = iconImage;
icon.iconSize = new GSize(35, 35);
icon.iconAnchor = new GPoint(14, 35);
icon.infoWindowAncho...
Hi,
How to get the coordinates by touching the map. Like i want to place a pin where I have tapped on the google map in iphone application.
Kindly explain me with an example.
Thanks,
Best Regards,
Naveed Butt
...
I have a python script, that generates kml files. Now I want to upload this kml file within the script (not per hand) to the "my maps" section of google maps. Does anybody have a python or other script/code to do so?
...
I am trying to draw/highlight certain roads on a Google map through the Android API. I have seen examples where you can draw lines programatically, but I am looking for a way to draw, e.g., a red line from point A on a road to point B on the same road, possibly a different road.
Anyone know where to look or what to look into?
Thanks
...
How do you retrieve unlisted "My Map" data using the Google Maps Data API in Javascript without needing to authenticate the user?
I want everyone that goes to my website to use the same map feed.
Thanks
...
Hello.
Im having problems with the MapView because its not loading the map. I've been reading around, and find many people with the same issue. I checked all the possible issues and it seems that everything is ok :P
On the Manifest, the is inside the tag
I have the before the tag
In the emulator the 3G is working properly since i ...
My map has several hundred markers within a city. Usually no more than a 20 mile radius.
I've read through the documentation and haven't found a way to set the init to automatically pan between every marker, no matter the distance.
The default behavior is to pan if close, jump if far.
I understand why they would do this since the map doe...
Hi,
is it possible to limit Google map v3 to a certain area? I want to allow displaying only some area (e.g. a country) and disallow the user to slide elsewhere. Also I want to restrict the zoom level - e.g. only between levels 6 and 9. And I want to use all the base map types.
Is there any way to achieve this?
I had a partial success...
I'm using V3 of the Google maps javascript api to bring in more markers as the map bounds are changed. The problem is that when I drag the map around for a while and then end dragging a flood of events are triggered at once. They appear to be queueing up while the map is being dragged.
Is there some way I can add a timer to stop this or...
I need to make the result google maps list from marker loaded from my db.
Markers are already in maps.
There is a way to do this ?
...