[Google Maps API v3] Re: newbie question - how to fetch several longitude and latitude points on a planned route?

2011-12-03 Thread JKurtock
Yes this is possible (in fact, not too difficult). So go ahead and learn the language "and all," as no one is going to write the code for you. Just to get you started, when you have two routes, you can use the API to retrieve all the end points of each line segment making up the route. http://co

[Google Maps API v3] Re: Route doesn't appear if the travelMode is set to BICYCLING

2011-12-03 Thread JKurtock
WHY doesn't it display the bicycling route? You would need to check the "status" returned by the directionsService. In the demo, it only checks if the status is "OK," and then displays the Directions. Otherwise it does nothing. So you should check what that status actually is (hint: it returns "

[Google Maps API v3] Re: Spotting the location on the map without Latlong

2011-12-03 Thread geocode...@gmail.com
On Dec 3, 10:43 am, Raj wrote: > Hi > > I am trying to generate KML  from my database i can take only location > as string  London, UK. I cant get the latitude and laungitued. Then you are out of luck. The Google Maps Javascript API v3 includes a geocoder (to convert addresses to latitude longit

[Google Maps API v3] KML with V3

2011-12-03 Thread mobious
Hello all, I created several KML files of boundaries of some police zones and beats. Is it possible to use these files when geocoding an address to show what zone and beat that address is in? Or would I have to encode them in some way? Thanks Mobi -- You received this message because you a

[Google Maps API v3] Route doesn't appear if the travelMode is set to BICYCLING

2011-12-03 Thread samz
Hello, In this example(*): http://gmaps-samples-v3.googlecode.com/svn/trunk/draggable-directions/draggable-directions.html of the Google Maps Javascript API V3 Demo Gallery: http://code.google.com/intl/sv-SE/apis/maps/documentation/javascript/demogallery.html the route doesn't appear if the trave

[Google Maps API v3] Spotting the location on the map without Latlong

2011-12-03 Thread Raj
Hi I am trying to generate KML from my database i can take only location as string London, UK. I cant get the latitude and laungitued. is it possible to spot the place with just location text. i may get aroudn 200 300 locations. Anyone help me ? -- You received this message because you are s

[Google Maps API v3] KML File as boundaries?

2011-12-03 Thread mobious
I have a few KML files that are boundaries of police zones, beats and neighborhood boundaries. Is it possible for me to use them when geocoding a point on a map and then show what zone, beat or neighborhood that point is in based on the kml file? -- You received this message because you are s

[Google Maps API v3] How to Add a Marker on the Route

2011-12-03 Thread ank
I have the following requirement. 1. User enter on Start And End location and submit the directions to be rendered on the MAP and also user should be able to drag the route. 2. On the route in between start and end location user want to add Marker . First requirement is done, howev

[Google Maps API v3] Map with categories

2011-12-03 Thread g dore
Some people I know released a map of places related to Japanese culture in Montreal and I thought about helping them improving their map. I found many things around the web, but I am not able to merge all the pieces of code I found. I would need help to create the final code. The original map

[Google Maps API v3] newbie question - how to fetch several longitude and latitude points on a planned route?

2011-12-03 Thread david guldberg
First, i read the READ FIRSTs here and in API v2, and i didn't find a place suitable to ask my question - but it is quite simple, as i am a fresh noob at this. I just came from the App inventor where i did a nice little app for my android phone, and now i want to do something more complex, and it

[Google Maps API v3] Re: Custom Controls for Zoom in and Zoom out

2011-12-03 Thread jsouth
Thanks for your help, Larry. -- 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/-/iaATc-bOs0MJ. To post to this group, send email to go

[Google Maps API v3] Re: Maptile Overlay

2011-12-03 Thread mightym
Works great on maps. Thx a lot for the hint! Is there a solution for google street view to add such an tile overlay? On Dec 3, 10:38 pm, John Coryat wrote: > You're going to have to do a little bit of work to simplify that map to > your own desires. It's certainly not complicated to do. > > -Joh

[Google Maps API v3] Re: Custom Controls for Zoom in and Zoom out

2011-12-03 Thread geocode...@gmail.com
On Dec 3, 3:22 pm, jsouth wrote: > Hi, you're right - I thought the zoomIn function was a part of the API > library. You'll have to excuse me, I'm a very rookie javascripter. > > Here is a link to my map with the custom zoom controls on the right: > > http://therealtweet.com/1/zoomtest.html My br

[Google Maps API v3] Re: Custom Controls for Zoom in and Zoom out

2011-12-03 Thread jsouth
Hi, you're right - I thought the zoomIn function was a part of the API library. You'll have to excuse me, I'm a very rookie javascripter. Here is a link to my map with the custom zoom controls on the right: http://therealtweet.com/1/zoomtest.html Thanks, Jill -- You received this message beca

[Google Maps API v3] Re: Maptile Overlay

2011-12-03 Thread John Coryat
You're going to have to do a little bit of work to simplify that map to your own desires. It's certainly not complicated to do. -John Coryat -- 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 vi

[Google Maps API v3] Re: Maptile Overlay

2011-12-03 Thread mightym
Thank you very much for your quick reply! After having a look at the script i wonder if its not to much for my purpose? I mean i just want to add one single png to every tile. not a complete "second" map like the heatmap. there is no need f.e. to scale the tile overlay. as you can see here http://w

[Google Maps API v3] Re: Polygon Shadow

2011-12-03 Thread Marcelo
That sounds meaningless to me. Polygons are "flat on the ground", therefore they don't have a shadow. If you wanted to have the polygon "floating in the air" you'd have to recalculate the lat/lon points by adjusting the Earth radius to be Earth radius + altitude. But if you wanted to do that, sure

[Google Maps API v3] Re: Maptile Overlay

2011-12-03 Thread Marcelo
Have a look at the MCustomTileLayer object at http://maps.forum.nu/v3/gm_customTiles.html -- Marcelo - http://maps.forum.nu -- On Dec 3, 9:38 am, mightym wrote: > Hey everybody, id like to overlay tiles in my maps view with some > transparent png patterns. i found this > sitehttp://www.maerskfl

Re: [Google Maps API v3] Re: Sidebar Format Issue

2011-12-03 Thread IR HM
Hi, I'll look to change the layout of the page. I'll also look at the formatting of the text. Many thanks for your help. Kind regards Chris On 3 December 2011 16:05, geocode...@gmail.com wrote: > On Dec 3, 7:35 am, IR HM wrote: > > Hi Larry, many thanks for the quick reply, and apologies ove

[Google Maps API v3] Maptile Overlay

2011-12-03 Thread mightym
Hey everybody, id like to overlay tiles in my maps view with some transparent png patterns. i found this site http://www.maerskfleet.com/#live-map . they are doing exactly what i want to achieve. but I've no idea how to solve this. can someone give me a hint? Thanks in advance Mark -- You receiv

[Google Maps API v3] Re: Sidebar Format Issue

2011-12-03 Thread geocode...@gmail.com
On Dec 3, 7:35 am, IR HM wrote: > Hi Larry, many thanks for the quick reply, and apologies over the Chrome > layout issue. I would call it an IE layout issue, that map _looks_ bad. The Chrome layout looks better, but has the sidebars arranged vertically. > > I've been into Chrome myself, If it'

Re: [Google Maps API v3] Re: Sidebar Format Issue

2011-12-03 Thread IR HM
Hi Larry, many thanks for the quick reply, and apologies over the Chrome layout issue. I've been into Chrome myself, If it's easier, if you click on the blue 'Test Location 2' link, select '25' from the drop down menu and then click 'Search Locations', you'll see how the second sidebar is formatte

[Google Maps API v3] Re: Sidebar Format Issue

2011-12-03 Thread geocode...@gmail.com
On Dec 3, 7:05 am, IR HM wrote: > I wonder whether someone may be able to help me please. > > I've created this > page, to > allow users to select and deselect the viewable map markers via 'category' > check boxes. In addition, a sideba

[Google Maps API v3] Re: How to get element ID from an InfoBox

2011-12-03 Thread Geoff Schultz
On Dec 3, 9:36 am, "geocode...@gmail.com" wrote: > It could very well be that when the "closeclick" function is called, > the elements for the infobox has already been removed from the DOM, > and therefor won't be available via getElementById.  You may need to > save the state of the checkbox in

[Google Maps API v3] Re: Using google earth plugin with google maps api 3

2011-12-03 Thread Leigh
I don't understand why there still isn't a native way to do this in the v3 API, but I recently had success using the library described here: http://google-maps-utility-library-v3.googlecode.com/svn/trunk/googleearth/docs/reference.html Or get at it this way: http://code.google.com/p/google-maps-u

[Google Maps API v3] Sidebar Format Issue

2011-12-03 Thread IR HM
I wonder whether someone may be able to help me please. I've created this page, to allow users to select and deselect the viewable map markers via 'category' check boxes. In addition, a sidebar is created to the left side of the screen

[Google Maps API v3] Re: How to get element ID from an InfoBox

2011-12-03 Thread geocode...@gmail.com
On Dec 3, 6:12 am, Geoff Schultz wrote: > If I create an InfoWindow, I can use getElementById to inspect the > status of things like a checkbox, but if I use an InfoBox, the element > comes back as undefined.  How do I do this? You either have to make an html element and add it to the domain or w

[Google Maps API v3] How to get element ID from an InfoBox

2011-12-03 Thread Geoff Schultz
If I create an InfoWindow, I can use getElementById to inspect the status of things like a checkbox, but if I use an InfoBox, the element comes back as undefined. How do I do this? A code sample showing this is at http://www.geoffschultz.org/Test/infowindow.html Click on the map to create the In

[Google Maps API v3] Re: Problem to create a waypoint

2011-12-03 Thread geocode...@gmail.com
On Dec 3, 3:47 am, "Mathias M." wrote: > thanks for the answer. > It's not working because the route is not created. > > I have not the project here because i'm not at work. Monday i will post a > part of my java script. What I said was: + Not enough information (looks OK to my eye, but my brows

[Google Maps API v3] Re: Detecting the Completion of Polygon drawing

2011-12-03 Thread Booie
Well I don't have a demo yet but it's about presentation and communicating that the map isn't done loading yet. What happens is the map loads before the polygons are drawn. During this time I want to display the progress bar. -- You received this message because you are subscribed to the Goo

[Google Maps API v3] Polygon Shadow

2011-12-03 Thread Booie
Is there a way to add a shadow to a polygon? I want to highlight one particular polygon using a shadow. I do this with flash but I am converting to js v3. Thanks everyone! -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To

[Google Maps API v3] Re: Problem to create a waypoint

2011-12-03 Thread Rossko
>                                  stepover:false Typo ? -- 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 email to

[Google Maps API v3] Re: Problem to create a waypoint

2011-12-03 Thread Mathias M.
thanks for the answer. It's not working because the route is not created. I have not the project here because i'm not at work. Monday i will post a part of my java script. thanks! -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" grou

[Google Maps API v3] Re: Editable Poly events?

2011-12-03 Thread Enoch Lau (Google Employee)
set_at and insert_at are documented in the reference for MVCArray. That's because the event is fired on the path, which is of type MVCArray, not on the Polyline itself. Enoch -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To