[Google Maps API v3] Re: API question

2011-10-30 Thread Rossko
>  I have been reading an instruction manual that teaches you how to > build a custom mapping application in Google Maps. I the section that > tells you how to obtain a API Key, It may be an old manual, v3 of the Maps API (the topic of this group) no longer requires a key > it states that, "the w

[Google Maps API v3] Pass markers as canvas instead of urls?

2011-10-30 Thread David Karger
I'm generating lots of custom markers for my maps at runtime using canvas. Given that gmaps is also using canvas, there's some annoying wasted computation involved in extracting my canvas as a data: url and passing it to gmaps as the url of a marker so that gmaps can parse the data url as an i

[Google Maps API v3] Re: Transaction limits and associated costs

2011-10-30 Thread geocode...@gmail.com
On Oct 30, 3:08 pm, davie strachan wrote: > Hi > Exactly > If your site has hits which may excede the quota limit the access to > the map to only when the user requires one That is fine for new sites. You are proposing a redesign of all the existing sites that were created before this restrictio

[Google Maps API v3] Re: Different size custom icons in a kml file

2011-10-30 Thread geocode...@gmail.com
On Oct 28, 10:00 am, Garthan wrote: > The scale parameter being supported is one of the new >  features coming in my GeoXmlV3 parser. I might be doing something wrong, but it doesn't seem to work: http://www.geocodezip.com/geoxml3_test/v3_geoxmlv3_kmltest_linkto.html?filename=http://www.geocodez

[Google Maps API v3] Struggling to set up sharing Infowindow link with a unique url inside its own infowindow?

2011-10-30 Thread Christopher Watson
Ok, always seem to try, what seems to be, complicated stuff. What I am after is putting www.sharethis.com widget inside every infowindow. There might be lots of stuff i'm assuming can happen, and there is probably a much easier route then as comlex as i approach but, here goes. I came acr

[Google Maps API v3] Re: Transaction limits and associated costs

2011-10-30 Thread davie strachan
Hi Exactly If your site has hits which may excede the quota limit the access to the map to only when the user requires one Regards davie On Oct 30, 8:11 pm, John Coryat wrote: > If you have multiple maps on a single domain, then the cumulative total map > loads per day for that domain is what th

[Google Maps API v3] Re: KML files over https

2011-10-30 Thread geocode...@gmail.com
On Oct 29, 4:03 pm, olefevre wrote: > On Oct 28, 8:02 am, jufemaiz wrote: > > > https doesn't require authentication - it just secures the session. > > Yes, poor wording on my part; it's just that if you are going to > authenticate you'll probably want to do it over https. Either way > the questi

[Google Maps API v3] Re: How to create 'add via points' functions in my own route planer? (I am using Javascript and PHP)

2011-10-30 Thread Masashi.K
Hi kaiik "via points" is in DirectionsRequest as "way points": http://code.google.com/apis/maps/documentation/javascript/reference.html#DirectionsRequest A turorial is here: http://code.google.com/apis/maps/documentation/javascript/services.html#Waypoints On 10月30日, 午前11:47, kaiik wrote: > Su

[Google Maps API v3] How to create 'add via points' functions in my own route planer? (I am using Javascript and PHP)

2011-10-30 Thread kaiik
Summary of Issue: Hello guys, I am doing a project about creating a route planer based on Google Maps API using Javascript and PHP. I have built a interface which can let people find route and distance between 2 points on the maps and can also initialize the map at a specific location. However,

[Google Maps API v3] Re: Transaction limits and associated costs

2011-10-30 Thread John Coryat
If you have multiple maps on a single domain, then the cumulative total map loads per day for that domain is what the quota is computed on. This was clarified by Thor in an earlier post in this thread. -John Coryat -- You received this message because you are subscribed to the Google Groups "

[Google Maps API v3] Re: KML files over https

2011-10-30 Thread olefevre
On Oct 28, 8:02 am, jufemaiz wrote: > https doesn't require authentication - it just secures the session. Yes, poor wording on my part; it's just that if you are going to authenticate you'll probably want to do it over https. Either way the question still stands: does Google Maps support retrievi

[Google Maps API v3] Re: Transaction limits and associated costs

2011-10-30 Thread geocode...@gmail.com
On Oct 30, 11:19 am, davie strachan wrote: > Hi > The 25K limit is for the page with the map. > As long as this page is not page that generates the 25K hits you > should not incur costs. > I have seen sites(mostly property) with multiple maps on a page which > is probably why Google are starting c

[Google Maps API v3] API question

2011-10-30 Thread John
I have been reading an instruction manual that teaches you how to build a custom mapping application in Google Maps. I the section that tells you how to obtain a API Key, it states that, "the web site on which you build your applications must be publicly available on the Internet." Does this mean

[Google Maps API v3] Map Scale in miles instead of kilometers

2011-10-30 Thread Waleed Malik
Hi, Is there a way to show the Map Scale in miles instead of kilometers, i've searched high and low but i cant seem to find it. PS: i've added the scale to the map using scaleControl: true Any Help would be highly appreciated. -- You received this message because you are subscribed to the G

[Google Maps API v3] Re: Problems with polyline overlay.

2011-10-30 Thread CataPE
Rossko Thank you so much! Huge Life saver!!! Got my webpage running using the array solution! Actually I hadn't thought of that (obviously), and its SO much easier! On Oct 28, 11:42 pm, Rossko wrote: > Actually there is an intermediate way as well, requiring less of a re- > think: > You could

[Google Maps API v3] Re: Working out if an address is in the channel islands

2011-10-30 Thread Trent Rebeiro
> I was thinking I'll either have to create rectangles of long and lat and check > against them before doing my calculation... You haven't really specified how the user inputs the location. Regardless, if you can get the lat/lng of the location through mouse event click on the map or passing addre

Re: [Google Maps API v3] Help With Coding

2011-10-30 Thread Mohammad Hafiz Bin Abdul Hussain
The administrator front is available for the general public , Please review the image below to have a better idea -- You received this message because you are subscribed to the Google Groups "Google

[Google Maps API v3] Re: How to embed google map in SVG document

2011-10-30 Thread davie strachan
Hi Since SVG are XML files are you asking if it is possible to embed a Google map in an XML file?? Or do you mean haviing a Google map document(ie HLML page) which contains SVG(which modern browsers treat as an img tag.) which is possible. Also note Google static maps are image files. Regards Davi

[Google Maps API v3] Re: Transaction limits and associated costs

2011-10-30 Thread davie strachan
Hi The 25K limit is for the page with the map. As long as this page is not page that generates the 25K hits you should not incur costs. I have seen sites(mostly property) with multiple maps on a page which is probably why Google are starting charging. ie If you are worried about going over the 25K

Re: [Google Maps API v3] LatLng at pixel location?

2011-10-30 Thread pinksy
After a bit of experimentation, it turns out that fromContainerPixelToLatLng() is actually what I'm after. I.e., var pixelLatLang = overlay.getProjection().fromContainerPixelToLatLng(new google.maps.Point(300,150)); var marker = new google.maps.Marker({ position: pixelLatLng, map: map });

[Google Maps API v3] Re: Clustering with 12000 markers

2011-10-30 Thread Gary Little
MarkerClustererPlus has an option (batchSizeIE) that can be used to avoid timeout errors when clustering a very large number of markers when using Internet Explorer. All other browsers should be able to handle 10-20K markers with no problem. IE will be very slow in creating the clusters, however.

[Google Maps API v3] Re: Make custom routes

2011-10-30 Thread Kasper
There are just a few things bothering me though: -How did you select the polylines you needed for determining the positions? and: -How do you take returning rides into account? For example, when a train is going away from a station, it will also come back some time, but the coordinates of the po

[Google Maps API v3] Re: Clustering with 12000 markers

2011-10-30 Thread geocode...@gmail.com
On Oct 30, 4:00 am, RoyHB wrote: > I'm working on a site with about 10,500 markers using > markerClustererPlus as well as 5,000 polylines and no real problems so > far. > my Dev box is 64 bit with 8 gigs of memory so that may mask problems > that could very likely occur on machines with less memor

[Google Maps API v3] Re: Transaction limits and associated costs

2011-10-30 Thread John Coryat
We should be given a choice of shutting the site down when the 25k limit is reached or paying to keep it online. As stated by a previous poster, the cost of keeping the site up after the threshold is far greater than the ad revenue generated by the site. Shutting it down would be a negative to t

[Google Maps API v3] Re: Transaction limits and associated costs

2011-10-30 Thread RobMaps
I agree with comments from abanjo and others that the transaction costs will badly affect sites which are semi-commercial or ad-supported and generate a lot of map transactions. My site generates more than 25,000 transactions per day but would not be economic to run with the transaction charges

[Google Maps API v3] How to embed google map in SVG document

2011-10-30 Thread Sy
Hi, is it possible / permitted to embed an Google map inside an SVG document? -- 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-v3@googlegroups.com. To unsubscribe from this

[Google Maps API v3] Re: Clustering with 12000 markers

2011-10-30 Thread RoyHB
I'm working on a site with about 10,500 markers using markerClustererPlus as well as 5,000 polylines and no real problems so far. my Dev box is 64 bit with 8 gigs of memory so that may mask problems that could very likely occur on machines with less memory. I'll be testing on a 2 gig box next week