Map-Services


var MMgrOptions={trackMarkers:fals e,maxZoom:20};
MManager=new MarkerManager(map,MMgrOptions) ;
for (var i=0;i<this.Nodes.length;i++)
{
if (i!=0)
{
if (this.Nodes[i].SNo!=this.Nodes [i-1].SNo)
this.Markers.push(new GMarker(this.Nodes[i].GN));
My university has acquired an couple of buildings on the other side of
town. The idea is they would like to incorporate this into the
current map that I am making.
so my idea is that I would like to have a tab/button on the page that
Hope you can help as I have spent all morning tring to find a answer.
I am using MS Access to use Google maps by using:
[link] " & aa &
"&iwloc=A&hl=en"
which works fine, however I would like to add a number of locations to
the same map. Can I do it by this method above, and if so how, or do
var vertex = polyline.getVertex(3);
How would I change the lat / lng of the vertex. It doesn't have a
setLatLng method. It appears to have x, y, lat, lng properties but
none of them seem to do anything when set.
I'm trying to add an <a name="map"> element around where the map
starts so the entire map interface can be shown on one screen.
Although it doesn't seem to affect Firefox 2/3 or IE7, it completely
I'm writing one-page application, which intensively uses GMaps. Coz it
is one-page, there is no "onunload" events, and all maps are defined
in the same "window" object.
As I know, GUnload clears all maps in current "window". Is there any
recommended way to call GUnload for specific map (not for all maps in
with this piece of code (and other function calls) which are working
in FF:
var point = new GLatLng(lat, lng);
var tooltip = "t";
var html = "h";
// this works...
w = 18;
h = 25;
var newIcon = MapIconMaker.createMarkerIcon( {width: w, height: h,
primaryColor: type, cornerColor: corner, strokeColor: "#000000"});
Using PHP/MySQL with Google Maps
Pamela Fox
I am currently looking to create an international store locator.
Whilst this has worked well for uk stores if I add any store in for
Europe i.e. France or Netherlands the geocoder object seems to be
Does anybody of you know of an extension that allows to have a similar
behaviour for infoboxes as VE Maps have. E.g display infobox on
mouseover (marker) and closing the infowindow again once the mouse
cursor is neither over the marker nor the infobox. It's necessary that
the mouse can travel from the marker to the infobox without it closing
function initialize() {
if (GBrowserIsCompatible()) {
map = new GMap2(document.getElementById( "map_canvas"));
geocoder = new GClientGeocoder();
I can find the closest vertex easily but then I'm a little bit stuck
trying to figure out which segment the point belongs to. Is the point
returned by the handler guaranteed to be on the poly (ie. snap to
function makeMarker(point, message, titleNum) {
var myIcon = new GIcon();
myIcon.image = iconFile;
myIcon.printImage = iconFile;
myIcon.mozPrintImage = iconFile;
myIcon.transparent = "/Images/star2_trans.png";
myIcon.iconSize = new GSize(20,19);
myIcon.iconAnchor = new GPoint(10,10);
When I run my code with just one custom marker everything displays
perfectly but when I try to add a second marker colour none of the
markers are displayed.

I would like to use Google Maps for a password protected site. This
site will per consequent not be accessible to anyone.
Is this kind of use within the Terms of Service of the free Google Map
API ?
I can read the following :
[...]
Can I use the Google Maps APIs on a site that is password protected?
What I was wondering is whether those markers are available for the
normal google map as well and where I could get those marker icons.
I will try to give as much detail as I can.
I've got a custom map (replaced the tile url function) and so far
adding markers has been perfect. I decided it was time to add
Please help me to assign gmnoprint class to a large map type control
in Javascript.
Thanks
Abe
can i know when the loading of map is completed?
thanks
Notice that the click events on markers still work and once you click
on a marker(GEvent listener defined on it), the ScrollWheelZoom
fonction is back.
Thanks in Advance
I have a group of markers, nodes of a street path: they're sent to
Google Maps as they're read from the data source (a XML file, let
say). the target is to generate a street path connecting these points,
and I don't have problems in this.
the problem is that the path is generated following the XML's nodes
this is my first post here, so bear with me if you will :-)
I'm trying to use the mouseout (en mouseover) events on a polygon,
however the problem is that the mouseout is not accurate enough. Since
I don't have any code which you can reach at this point I will show it
using this link: [link].
I am facing below issues with printing Google Maps. I have binded
Google Maps in a html div tag by calling Google Maps along with a
key.I have tried to print Google Maps by Window.Print options and I
tried to export google maps into PDF using Cute PDF Writer.
PDF Export Issue : I have tried to export the Google Maps into an PDF
I hope I don't get you mad if this is a boring quesion ...
I'm trying to set up a CMS (Joomla) with GoogleMaps integrated so that
users can submit their favourite places.
- They should be able to start with a google map centered on
Switzerland, then scroll around...and set a placemark with description





I'm trying to use the model of the Google Store Locator [http:]
I am trying to figure out a strange problem. I use Google Maps API to
create a map on a website. The variables for the map search are
generated by a PHP script.
It works well in IE, but not in Firefox. The Firefox Error Console
gives me the error messages:
Error: uncaught exception: [Exception... "Operation is not supported"
We are non-profit and have an educational touchscreen kiosk that
displays among other things a simple Google map.
I was so glad that Google allowed the "Powered by Google" link to be
optional.
My last hurdle is how to prevent the "Terms of Use" popup window from
allowing the viewer to then go off and follow all the many many links
open the following link...
[link]
opening this link show following:
InstaMapper API v1.00
0071543339905,Demo car,1209252522,47.56878,-122.1 7887,9.0,18.6,25
0071543339905,Demo car,1209252527,47.56943,-122.1 7850,9.0,15.0,21
I am with problems in the accountant of markers.
When I add two markers, is drawn in the map a circle and when adding
third a polygon is drawn.
When i click in any marker it is removed, however the accountant only
functions when I remove in the order that I added. The problem is when
any example to diplay a map with rounded corner ??
Thanks
i've done this page : [link]
My script compare the distance from a city to another and says what is
the price for a displacement.
I just want the result, not the map and itinery.
But when i remove the <table> to </table> and a part of the
javascript, the firefox console says me that :
Switching marker color, basic Hello World:
[link]
I'm trying to create a map displaying a polygon of conservation areas
along with a marker for the location of each conservation area.
However, I only want the marker/point description in the sidebar.
1. To achieve faster rendering of polylines with many vertices
(hundreds), would encoding them help?
2. Is it possible to replicate native Google Maps' ability to have a
mouseover marker move along a polyline? I know about the mouseover
event not returning a point, and that click does... Just wondering how