I have been experiencing this error for some time (as seen in Google Chrome JS Error Console):
Uncaught TypeError: Object function (value){
var i;
for (i=0; i < this.length; i++) {
if (this[i] == value){
return true;
}
}
return false;
} has no method 'getLatLng'
It doesn't keep the page from load...
I am working on a Google Maps project for Android and would like the ability to toggle on/off map tile updates while still allowing the GPS and other network activity to run. Is there a way to do this?
...
I am pulling georss data from feeds and overlaying them onto my map with Google Maps Geoxml. How do I replace the default markers that appear on these map overlays? Currently they are default blue pins but I would like to remove and replace it with something more appropriate for my theme.
I am working on a map for a Wordpress childtheme...
Can anyone point me towards good resource/information regarding gps chips/transmitters.
Basically, I would like to transmit from a small, personal transmitter, at a frequency of maybe a couple of seconds(or less). I would want to consume this data with map like application.
Sorry for the basic question, but is this possible?
...
I have a map with about hundred location points (markers). Which are grouped with ClusterMarker http://googlemapsapi.martinpearman.co.uk/clustermarker
And then there's one "main" marker, which is draggable.
If main marker location is overlapping with other marker then it becomes undraggable. Or in another words: clicking takes action on ...
Hello ,
I'm trying to develop an application that show the traffic congestion in country like saudi Arabia , I did some search and found that street view is not available for Saudi Arabia , if this is true ! how can I implement or add street view to google maps in order to use it
I have a street view from a shape file .. and I want it to...
I've been trying to build a site similar in function to craigslist in Drupal. The idea, is to make a geo-aware platform centered around bartering, instead of general classifieds or sales.
I love Drupal, but I'm struggling to get location/googlemaps integration to play with the listings and ended up using too many custom snippets I got f...
i have the following code in a TabHost/TabWdiget for an activity in a Tab that has a ListView that calls my MapView
if(_list.get(position).enabled)
{
convertView.setOnClickListener( new OnClickListener()
{
public void onClick(View v)
{
_context.startActivity(i);
}
});
}
When the animatio...
Well the problem is that GEOKIT (a ruby gem to work with maps) when using it with Google Map for example returns results in ascii, like:
Svobody prosp 34, Moskva, Rossia
Svobody prosp 35, Moskva, Rossia
Svobody prosp 36, Moskva, Rossia
This happens if either I type query in utf8 or ascii. But I want it to return utf8 results like her...
Hi everyone. Does anyone know how to display points, lines etc. (basically every overlay) created in android in standard google maps on website? The android db is synchronized with remote db. I'm getting the points from the database, creating kml file from them and uploading in to the map. The problem is that the areas I've created are n...
Hi All,
I am using GeoServer for extracting polygons from shapefile then I use them with OpenLayers JS API and project them on Google maps base layer. All set, everything works fine.
I display 2 WMS layers over Google maps base layer, they looks fine in print preview in all browsers but when I print them
FireFox: Got correct print, a...
Hello!
I have some problems combining a custom marker icon with my infoWindow.
Here is my js code:
var micon = new GIcon();
micon.image = "/path/to/my/icon.png";
micon.iconSize = new GSize(25, 17);
micon.iconAnchor = new GPoint(25, 17);
markerOptions = {
icon:micon
}
var point = new GLatLng(48.0927...
Hi,
May I know how can i disable double click on google map so that the info window will not close when i double click on google map? Can it be done through google map api? Thank you.
Benjamin.
...
Hello,
I am newbie android developers. I am developing an application in which i am using google maps. I have to implement double tap zoom in google maps. When i double click on a map the map should zoom in. Kindly if it is possible provide a sample code.
I have written a code but i dont know what to add more.
public class Maps extends...
Hi,
I've been following the Grails and Google Maps tutorial by IBM, here
I noticed that it's for Google Maps API v2. I tried to do the same thing using v3 syntax but I'm clearly doing something wrong. I got the example in the tutorial to work, so it get the lat and lng from the db. I'm at the office now and don't have my example availab...
Hi, in this example on geometry.js page i found saveData function that save "info" to arrays and JSON data format (not working), if I alert(record.type); i get "point" or "polilyne" according th object i've clicked, if i alert record.title output the title very right, but when i alert record.coordinates the output is undifined...
i jus...
I use Google Maps JavaScript Version 3 and JQuery.
How do I create a complex marker similar to these:
or
Label and image separate:
Please excuse my funny English.
...
I'm trying to take a game map and put it into say Google Maps or Bing Maps or whatever is best for my Flash app. I've tried the Google Maps API but it has some limitations in Flash and I can't seem to find a tile cutter that doesn't mangle the base tiles with compression.
Thanks!
...
Hi
I have this map
I'd like to change the marker image, when zoom is greater then 5.
I know how to detect zoom change, but I don't see how to change the image.
...
I want to get the road distance between severel points(distance from one node to each other) in google maps api and pass those to asp.net code and then calculate the shortest route using an algorithm and then again pass the seqence of the nodes(optimised) to google maps and draw the path.
If you guys can help me its great!!!
...