[Google Maps API v3] Can we get an official policy statement of geocoding rates?

2009-12-09 Thread fishtoprecords
Can we get an official statement of rates, feeds and speeds? With prices if applicable. >From the documentation here and there, it appears that 15,000 request per day is a limit. This works out to just under 6 seconds per request. In my testing, I can send in a small number of requests back to bac

Re: [Google Maps API v3] Re: how to add pigman above Zoom + button at street view and trafficview

2009-12-09 Thread sunkara kumar
Hi Team/Esa,   can you help me how to add pigman  in V2..? any reference url for this to impliment  and pigman drag and dropable above zoom+ button like in URL  below   http://maps.google.co.in/maps?hl=en&tab=wl   Thanks and Regards   Praveen kumar --- On Wed, 9/12/09, Esa wrote: From: Esa S

[Google Maps API v3] Re: only one marker and infowindow on map

2009-12-09 Thread d.bun
just set the position of the marker every time you click the map. google.maps.event.addListener(map, 'click', function(event){ marker.setPosition = event.latLng; }) if the infowindow is anchored to the marker, it should follow. if you need to change the content of the infowindow, use infowindow.

[Google Maps API v3] only one marker and infowindow on map

2009-12-09 Thread memons
Hi There, Can any one guide me how to create only one infowindow on map and only one marker on a map. I want to remove any opened infowindow and marker before opening a new one.. how can i do that? thanks -- You received this message because you are subscribed to the Google Groups "Google Maps J

[Google Maps API v3] Trouble adding Tabs

2009-12-09 Thread havingtrouble
Hello, I think this is the correct place to post this question. I have followed this here word for word, and its working perfect. http://code.google.com/apis/maps/articles/phpsqlajax_v3.html But I cant get Tabs to work. I am totally lost. Is anyone able to help? Thanks Greg -- You received t

[Google Maps API v3] Re: geocode request for civil building API v3

2009-12-09 Thread Penger
great - thanks Esa! On Dec 10, 8:24 am, Esa wrote: > The geocoder finds only addresses, no businesses. Local Search of > Google Ajax Search API finds both categories like Google Maps. There > is a 'Local Searher' example in v3 Demo > Gallery.http://code.google.com/apis/maps/documentation/v3/demo

[Google Maps API v3] Re: V3 overlay work in firefox and safari, but not working in IE v8

2009-12-09 Thread lea
Thats a great suggestion, however many of the other pages within the site render very nicely with this doctype, The full (temporary) site can be viewed at: www.tru.ca/compserv/myi/index111.htmlall the pages here use this doctype. The real site resides at mobile.tru.ca but it is currently block

[Google Maps API v3] Re: how to add pigman above Zoom + button at street view and trafficview

2009-12-09 Thread Esa
v3 API does not support StreetView or Traffic Layer so far. If you need those, you have to choose v2 but keep watching v3 development. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to google-m

[Google Maps API v3] Re: How to clear all overlay?

2009-12-09 Thread Esa
It has been discussed several times on this forum. Just use the [Search this group] facility. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to google-maps-js-api...@googlegroups.com. To unsu

[Google Maps API v3] Re: V3 overlay work in firefox and safari, but not working in IE v8

2009-12-09 Thread Esa
Maybe the WAP doctype is unknown to IE8. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to google-maps-js-api...@googlegroups.com. To unsubscribe from this group, send email to google-maps-js-

[Google Maps API v3] Re: Is it possible to call fitBounds before rendering the map the first time?

2009-12-09 Thread Esa
Initialize the map without setting the center and zoom, add the markers and finally call fitBounds(). Actually it is against documentation but it works nice. v3 behaves far better than v2 which needs initial setCenter(). We don't need to load any unnecessary tiles. We load the right tiles when the

[Google Maps API v3] Re: geocode request for civil building API v3

2009-12-09 Thread Esa
The geocoder finds only addresses, no businesses. Local Search of Google Ajax Search API finds both categories like Google Maps. There is a 'Local Searher' example in v3 Demo Gallery. http://code.google.com/apis/maps/documentation/v3/demogallery.html -- You received this message because you are s

[Google Maps API v3] V3 overlay work in firefox and safari, but not working in IE v8

2009-12-09 Thread lea
Is there some sort of if/else I could use to ensure it shows in all browsers? Asking my users to upgrade their browser or use another one is not an option. My site can be viewed at http://www.tru.ca/compserv/myi/maps/mapsV3.html -- You received this message because you are subscribed to the Googl

[Google Maps API v3] Is it possible to call fitBounds before rendering the map the first time?

2009-12-09 Thread eric
Hello all, Is there any way to set fitBounds before initializing the map (maybe as a options parameter)? I'm asking because currently we display the map, then call fitBounds, which re-renders the map immediately, In an actual desktop browser this is not an issue, but when rendering on mobile dev

[Google Maps API v3] geocode request for civil building API v3

2009-12-09 Thread Penger
Hi, I'm new to developing with google maps api. With API v3 is it possible to locate places by name, or particuarly 'type of civil building' e.g. hospital or police station.. rather than having to specify a postal address? When you search with google maps or google earth you can easily find hos

[Google Maps API v3] How to clear all overlay?

2009-12-09 Thread SadEmperor
If I hava already add some overlay ( icons and polylines ), how can I remove them all from Google Map without refresh ? Thanks a lot. :) -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to googl

[Google Maps API v3] how to add pigman above Zoom + button at street view and trafficview

2009-12-09 Thread sunkara_ku...@yahoo.com
Hi all, how to add pigman above Zoom + button at street view and traffic view ..? in the below you can see pigman above zoom + button drag and dropable. http://maps.google.co.in/maps?hl=en&tab=wl Thanks and Regards Praveen kumar -- You received this message because you are subscribed to the Go

[Google Maps API v3] Re: Help with polylines

2009-12-09 Thread iambaz
Sorry, I forgot to mention that the example isn;t working in IE at the moment. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to google-maps-js-api...@googlegroups.com. To unsubscribe from this

[Google Maps API v3] Help with polylines

2009-12-09 Thread iambaz
Hi, I am working on this project and I am now starting to wonder if it's possible. My project plots the 20mph speed zones on roads in my city and the surrounding areas. I have each route held in a msql database. When an area is clicked, I use JQuery AJAX to load a php file which calls the data fro

[Google Maps API v3] Re: EventListener Not Working

2009-12-09 Thread reid9098
I resolved the issue. The problem was caused by code that was commented out but somehow still factored into the script. I removed the commented code and now everything is working as designed. The lesson learned is not to leave junk code in your scripts. On Dec 8, 8:31 am, reid9098 wrote: > I ha

[Google Maps API v3] Re: EventListener Not Working

2009-12-09 Thread reid9098
To access the code go to http://www.inshorefishingjournal.com/locations.php, when asked for email address and password to log in use reid9...@reid- eileen.com and bluesky. This opens a page with a map of all of the current fishing locations that users have created. Above the map is a link to add a