[Google Maps API v3] Re: Google Maps API Key visable - View Source

2012-01-04 Thread Rossko
I am very new to the API - using the javascript apiin an asp.net app - need to hide my api key (visable when doing view source on the page) - Why do you need to hide it? You can control which domains it is valid for at Google's API Console

Re: [Google Maps API v3] Facing issue in Google Popup.

2012-01-04 Thread Andrew Leach
On 4 January 2012 05:57, dhamo dharamm...@gmail.com wrote: Hi all, I am new to this group, I am working in SNL Financial. I have created one page which include google map popup functionality. But I'm facing one issue, If you open this url: http://www.snl.com/About-Us.aspx?name=aboutSNL

[Google Maps API v3] Re: showing NEAREST train Stations from the property postcode

2012-01-04 Thread davie
Hi Paull Something like http://daviestrachan.zxq.net/maps/stationmap.php Works with UK postcode or city/town Regard Davie -- 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

Re: [Google Maps API v3] Re: showing NEAREST train Stations from the property postcode

2012-01-04 Thread claremont estates
@ Alan: I somehow manage to gather all UK postcodes with latitudes and longitudes. Now I want to progress further from this point which sounds lot of scripting and database work. Doing directly from google maps sounds difficult and might be not possible. Any other option you can recommend, have

[Google Maps API v3] Re: Polygon paths_changed event missing. Any alternative way please?

2012-01-04 Thread Qunhuan
Ah, that easy :-) Changed my code and worked immediately. Thanks a lot! Qunhuan -- You received this message because you are subscribed to the Google Groups Google Maps JavaScript API v3 group. To view this discussion on the web visit

[Google Maps API v3] Re: Drawing Library - some thoughts

2012-01-04 Thread Qunhuan
I see and silly me! Enoch, thank you so much! I suppose if I want to have two drawingManagers, say, one drawing white circle, another drawing black circle, I could arrange it from menu. One more question, can I have two such drawingManagers on map at the same time (so that the user could

[Google Maps API v3] Re: Google map directions with dynamically changing lat/lng values from sql server database

2012-01-04 Thread davie
Hi Vehicle tracking systems are against Google TOS See http://code.google.com/apis/maps/terms.html License Restriction 10.2(c) Regards davie -- 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 API v3] Re: Google Maps API Key visable - View Source

2012-01-04 Thread jim
I know the docs say that - BUT - I am using the same key in a test environment at work and a test environment at home - different domains - and they both work. Anyway - I would like to know how to hide this from view source - I know it will be an issues if we go to production with a company key.

Re: [Google Maps API v3] Re: Google Maps API Key visable - View Source

2012-01-04 Thread Andrew Leach
On 4 January 2012 15:32, jim jim.p.ev...@gmail.com wrote: I know the docs say that - BUT - I am using the same key in a test environment at work and a test environment at home - different domains - and they both work. Anyway - I would like to know how to hide this from view source - I know

[Google Maps API v3] Re: Google Maps API Key visable - View Source

2012-01-04 Thread Marcelo
On Jan 4, 8:32 am, jim jim.p.ev...@gmail.com wrote: Anyway - I would like to know how to hide this from view source - I know it will be an issues if we go to production with a company key. You cannot hide what is sent to the browser. You can obfuscate it, but any of the people answering

[Google Maps API v3] Re: Unsure why this KML won't load

2012-01-04 Thread Geoffery Zheng
My motivation is that the v3 API works on mobile platforms while the GE API doesn't, so I can't expand this to a mobile setting. =\ On Dec 30 2011, 8:58 pm, Rossko ros...@culzean.clara.co.uk wrote: Is there any idea of when this will be added to v3?  It looks like the Time documentation is

[Google Maps API v3] Polylines have stopped working

2012-01-04 Thread dando
The polylines features has stopped working on my site. I've also noticed that the feature has failed in the examples in the API documentation ( http://code.google.com/apis/maps/documentation/javascript/overlays.html#Polylines - e.g.

[Google Maps API v3] API keys to multiple users

2012-01-04 Thread samuelspring
Hello, everyone. I've got a question. I intend to write a little program that calculates length of the inputed route. This sofrware is free, each user has it's own copy, and responsible for traffic usage (25k loads per day) on his own. Can I create a new google account for each user and pass

[Google Maps API v3] How to set dynamic map from database (street addresses)?

2012-01-04 Thread johnpro2
Setting javascript file and its line: center: new google.maps.LatLng(?=$lat?, ?=$lng?), Geo coder and pull data from database: // get address from database mysql_connect('host', 'user', 'pass'); mysql_select_db('dbname'); $address=str_replace( ,+,$address); $url =

Re: [Google Maps API v3] Re: showing NEAREST train Stations from the property postcode

2012-01-04 Thread claremont estates
Davie, the link you send me looks i could reach somewhere from there. I need train stations only less than 2miles(so customer know their property is not far). Do you have anything with London underground stations? the link you send only shows National rails in UK. thanx! On Wed, Jan 4, 2012 at

[Google Maps API v3] Google interactive Map as email or email convert the route of map into jpg

2012-01-04 Thread Aisha
Hi, I have assigned a task to draw a route on google map and convert it to png or jpg format to send as a mail attachment. I've not found any document which could help me to draw a route on static map. Is there any option to convert the interactive image of the current map to png or jpg. Or

[Google Maps API v3] drawing mode and marker event

2012-01-04 Thread sam
Hello, I'm using the new drawing mode option for google map API v3. It works great ! But I would like to be able to be in drawing mode (POLYGON or other shape) and also have 'access' to allready present markers event (mouseover, click ...). In my case, I have a map where user can draw, but on

[Google Maps API v3] How to obtain NOT ENCODED polylines using the com.google.android.maps package

2012-01-04 Thread GerarCR
Hello: I need to obtain the (lat.long) points of the polyline returned when asking for a route to the google maps API. Anyone knows how to obtain NOT ENCODED polylines using the com.google.android.maps package? If it's not possible, any suggestions for decoding polylines in an android APP?

[Google Maps API v3] POST Assistance.

2012-01-04 Thread clothwiring
I am new to the Google Maps API. I have a client that wants to have a small form (street address and zip) on one page POST to a page that normally does the maps work (with all options that someone can select). Can someone point me in the right direction? Thanks! -- You received this

[Google Maps API v3] Geolocate using a link

2012-01-04 Thread Toton
Hello, I am new at Google Maps Javascript API V3. I want to create a list where each list contain some place with long lat position. Now I want to do whenever i click any link it will show only its containing place. Such as: 1. Bank a. ABC Bank (long, lat) b. DEF Bank (long, lat) 2.

[Google Maps API v3] embed Map in SVG

2012-01-04 Thread StarTraX
Does anyone know why this code works in Chrome but not in Firefox or IE, or, more importantly, what do I have to do to make it work in all three? I've seen examples which display the Map in an iframe, but I have to interact with the map by adding tracks and markers programmatically, so the iframe

[Google Maps API v3] Re: preview polyline before end click

2012-01-04 Thread Andrew
Thank you. That example helped. I think it looks better without using markers, so I just set them to visible: false. -- You received this message because you are subscribed to the Google Groups Google Maps JavaScript API v3 group. To view this discussion on the web visit

[Google Maps API v3] Re: Polylines have stopped working

2012-01-04 Thread MymsMan
Works for me in Chrome and FF -- You received this message because you are subscribed to the Google Groups Google Maps JavaScript API v3 group. To view this discussion on the web visit https://groups.google.com/d/msg/google-maps-js-api-v3/-/RMsfighpQsEJ. To post to this group, send email to

[Google Maps API v3] Re: embed Map in SVG

2012-01-04 Thread Rossko
Does anyone know why this code works in Chrome but not in Firefox or IE, or, more importantly, what do I have to do to make it work in all three? Not all of those browsers support SVG -- You received this message because you are subscribed to the Google Groups Google Maps JavaScript API v3

[Google Maps API v3] Re: Google interactive Map as email or email convert the route of map into jpg

2012-01-04 Thread Rossko
I have assigned a task to draw a route on google map and convert it to png or jpg format to send as a mail attachment. Tell your assinger that is not permitted, as the terms forbid you taking a copy. You could of course send a link to a static or interactive map on your own webpage, or

[Google Maps API v3] Re: How to set dynamic map from database (street addresses)?

2012-01-04 Thread Rossko
Can be improved this PHP code? Probably. Ask on a php forum. -- 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 group, send

[Google Maps API v3] Re: Geolocate using a link

2012-01-04 Thread Rossko
I have a medium database. That I want to show in google map. Please help me to create this. Start here http://code.google.com/apis/maps/documentation/javascript/ see these examples http://code.google.com/apis/maps/articles/phpsqlsearch_v3.html http://www.geocodezip.com/v3_MW_example_map2.html

[Google Maps API v3] KmlLayers and Polygons

2012-01-04 Thread Martin Samm
i seem to be going round in circles and cant find an answer to this. I'm adding a KmlLayer to a map, reading in a series of Placemarks (each of which contains MultiGeometry/Polygon) definitions. There are lots of placemarks. I need to do 2 things: 1. Once the layer has loaded, colour some of the

[Google Maps API v3] Simple map using URL - Is this still possible?

2012-01-04 Thread Craig Fryer
I found this script on site, but this type of script seems to have been or is being phased out. Are there any other options for making a very simple map? iframe width='300' height='180' frameborder='0' scrolling='no' marginheight='0' marginwidth='0' src='http://maps.google.com/maps?

[Google Maps API v3] Re: embed Map in SVG

2012-01-04 Thread StarTraX
Yes, they do. IE9 and FF8 both support SVG I have a lot of SVG running brilliantly in these browsers (and Safari on Mac) On Jan 5, 11:10 am, Rossko ros...@culzean.clara.co.uk wrote: Does anyone know why this code works in Chrome but not in Firefox or IE, or, more importantly, what do I have

Re: [Google Maps API v3] Simple map using URL - Is this still possible?

2012-01-04 Thread Barry Hunter
Just include loc: before the coordinate. amp;q=loc:$city_latitude,$city_longitudeamp;... On Wed, Jan 4, 2012 at 10:42 PM, Craig Fryer whatsups...@gmail.com wrote: I found this script on site, but this type of script seems to have been or is being phased out. Are there any other options

Re: [Google Maps API v3] POST Assistance.

2012-01-04 Thread Barry Hunter
Just have the server side code - that 'draws' the second page, write out the posted values into javascript variables - which the maps api implemention the uses as it sees fit. example with PHP... script type=text/javascript var address = '? echo addslashes(htmlentities($_POST['address']));

[Google Maps API v3] Re: KmlLayers and Polygons

2012-01-04 Thread geocode...@gmail.com
On Jan 4, 3:04 pm, Martin Samm martin.s...@gmail.com wrote: i seem to be going round in circles and cant find an answer to this. I'm adding a KmlLayer to a map, reading in a series of Placemarks (each of which contains MultiGeometry/Polygon) definitions. There are lots of placemarks. I need

Re: [Google Maps API v3] Re: Hamburg vs. Harburg

2012-01-04 Thread David Schmidt
I think I did. Since it's persistent since weeks already, I can't remember when exactly though. I also just posted on Google+, helpful or not. It has to be fixed, it drives me nuts. https://plus.google.com/u/0/113750533748883690330/posts/DeN6tGBdwt1 -- You received this message because you

Re: [Google Maps API v3] Re: Hamburg vs. Harburg

2012-01-04 Thread David Schmidt
I did just again (ID 1BDF-C4DD-22B8-BAE9)... -- You received this message because you are subscribed to the Google Groups Google Maps JavaScript API v3 group. To view this discussion on the web visit https://groups.google.com/d/msg/google-maps-js-api-v3/-/RO1hojopM1gJ. To post to this group,

[Google Maps API v3] How to print the map? Able to print the specified coordinates within the big picture?

2012-01-04 Thread 宋维彬
How to print the map? Able to print the specified coordinates within the big picture? Printed posters for display and banner use. -- You received this message because you are subscribed to the Google Groups Google Maps JavaScript API v3 group. To view this discussion on the web visit

[Google Maps API v3] Can we use the lite HTML editor google using in InfoWindow?

2012-01-04 Thread Cpt. Jack Sparrow
hi, I am making my own version of map maker and I have a doubt, Can any one please tell me if there a way to use that small HTML/Rich text editor google has in InfoWindow while making maps on maps.google.com? Thanks -- You received this message because you are subscribed to the Google Groups

Re: [Google Maps API v3] Re: Google interactive Map as email or email convert the route of map into jpg

2012-01-04 Thread Aisha Zafar
Thank you so much. But actually we are not taking or storing the copy. We actually want to help our site visitors. When they email us and ask about the directions from one location to another location, we just email the directions to them with the route map. That was the only goal and i have not