[Google Maps API v3] Reading and Saving Directions returned by DirectionsService.route

2011-03-16 Thread Hypnotizing Chickens
Hi I am trying to save a route marked by a user and extract some data from the marked route such as Origin, destination, way points etc. While reading the object, it appears that sometimes the child object inside the response which contains the origin, destination is named "Hf" and sometimes the ob

[Google Maps API v3] Re: Circle zIndex not working

2011-03-16 Thread Chris Broadfoot (Google Employee)
This issue should be fixed in the latest release. -- 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

[Google Maps API v3] Re: Adding additional information to already marked Places

2011-03-16 Thread enygmatic
Here is one: Corporation Bank ATM at K G Road, Bengaluru, India has the street address on Google Maps as: Ground Floor, Kaveri Bhavan, Kg Road, Bengaluru, Karnataka, India On Passing this address, albeit in a slightly modified form, (Ground Floor, Kaveri Bhavan, K.G. Road, Bangalore) to Google's ge

[Google Maps API v3] Re: Custom map marker for KML

2011-03-16 Thread LightYoruichi
Brad, Chad, Is there any examples or demo for this? Thanks! On Mar 17, 7:40 am, bratliff wrote: > On Mar 16, 5:36 am, "lightyorui...@ktard.co.cc" > > wrote: > > Hey, > > > Is there a way for me to display the KML data from > > foursquare(http://foursquare.com/feeds) but using a different map

[Google Maps API v3] Hi, newbie ask how to retrive the actual drive distance between to point via GM API v3?

2011-03-16 Thread Jian He
Hi Gurus, I am new to developing the local community database which stored many points, I know I could simple input 2 point and get the actual drive distance, however, if there is a way I could retrive those distance value and store them in the database(access), it will be good. I have researche

[Google Maps API v3] Re: Custom map marker for KML

2011-03-16 Thread bratliff
On Mar 16, 5:36 am, "lightyorui...@ktard.co.cc" wrote: > Hey, > > Is there a way for me to display the KML data from > foursquare(http://foursquare.com/feeds) but using a different map marker? > > Been on it for hours but can't solve it. Appreciate some help here. > > Thanks! You could strip the

[Google Maps API v3] Re: KML layer order again

2011-03-16 Thread bratliff
On Mar 16, 11:10 am, daza wrote: > Hi > > I have read all the post regarding order including > thishttp://code.google.com/apis/maps/documentation/javascript/forum.html?... > > I'm loading 4 kml layers of polygons some of which overlap so the layer > ordering is important. > I can load them in the

Re: [Google Maps API v3] Markers and zIndex

2011-03-16 Thread Chris Broadfoot
Why is this not your impression? Do you have a sample page that demonstrates that this is not the case? It would be helpful to see exactly what you are trying to achieve. Chris -- http://twitter.com/broady -- You received this message because you are subscribed to the Google Groups "Google M

Re: [Google Maps API v3] Custom Control - Just an image!

2011-03-16 Thread Chris Broadfoot
A link would help greatly. But the problem here is that BOTTOM is not a ControlPosition: http://code.google.com/apis/maps/documentation/javascript/reference.html#ControlPosition -- http://twitter.com/broady -- You received this message because you are subscribed to the Google Groups "Google Ma

Re: [Google Maps API v3] Custom grids

2011-03-16 Thread Chris Broadfoot
Have you seen this? It may be a good starting point: http://code.google.com/apis/maps/documentation/javascript/examples/maptype-overlay.html On Thu, Mar 17, 2011 at 12:24 AM, Alexey Onuchin wrote: > Hi to all, > > Did someone try to write a custom grid with resizable cells based on > map zoom lev

Re: [Google Maps API v3] Re: Adding additional information to already marked Places

2011-03-16 Thread Chris Broadfoot
Have you got a few examples? When geocoding street addresses, our geocoder *should* be in line with maps.google.com On Wed, Mar 16, 2011 at 5:19 PM, enygmatic wrote: > Thanks for the info, Chris. > This query (feature request of sorts) came up when I was trying to > geocode ATM addresses using t

[Google Maps API v3] Re: Display panoramio layer inside infowindow

2011-03-16 Thread Tim H
http://www.safeberths.com/testindex2.html -- 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-js

[Google Maps API v3] Re: Display panoramio layer inside infowindow

2011-03-16 Thread Tim H
http://www.safeberths.com/testindex2.html -- 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-js

[Google Maps API v3] Display panoramio layer inside infowindow

2011-03-16 Thread Tim H
Hi, 1 - I would like to display a small map with the Panoramio layer in an info window. Is this possible? I can display a static map in an info window, but can't work out how to display the Panoramio layer in a static map. is this possible? I can't work out how to display a full api map within

[Google Maps API v3] Re: KML + GeoLocation?

2011-03-16 Thread en4ce
if that is you talking there is really nice to hear you =) i think you should do more like that, maybe on youtube? iam always looking for "google maps api v3" tags there would be awsom to talk to you for a sec in skype or where ever, greetings, enrico On 16 Mrz., 06:34, bowtie wrote: > Long tim

[Google Maps API v3] Re: How to set the map view to contain multiple positions?

2011-03-16 Thread en4ce
its called fitBounds (need 2 times lat 2 times lng) http://code.google.com/intl/de-DE/apis/maps/documentation/javascript/reference.html#fitBounds it automatic sets the zoom level On 16 Mrz., 21:17, Yves wrote: > I have a list of lat/long positions and would like to show them all in > a map with

[Google Maps API v3] Re: "mousemove" event and overlapping polygons

2011-03-16 Thread Silver
Hello iqqmuT, I think the second one is better for me. Thanks a lot, Silver On 16 mar, 12:03, ".iqqmuT" wrote: > Hey! > > There are two easy options: > > 1) Set 'clickable' property of polygons to false. Then you should get > the mousemove events through. The bad thing in this case is, > obviousl

[Google Maps API v3] Re: Dynamic viewport and sidebar update with clustering

2011-03-16 Thread stefano
Thanks Larry. This seems to be too hard for me, however. I'v just fixed the problem #1 (by chance, I must admit): I've changed 'bounds_changed' to 'idle' and now markers and clusters are no more multiplied when dragging: http://www.onethousandcolors.com/test/cluster5.php?cLat=45&cLng=8 But the pr

[Google Maps API v3] How to set the map view to contain multiple positions?

2011-03-16 Thread Yves
I have a list of lat/long positions and would like to show them all in a map with markers. I can determine the centre by finding the middle of the entire lat resp. lng value space, and I can add all markers to the map. I just don't know how to determine the correct zoom value so that all markers ar

[Google Maps API v3] Re: How to make address bar invisible in panorama street view?

2011-03-16 Thread Lily
Thank you Rossko! I got it! -- 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-js-api-v3+unsubs

Re: [Google Maps API v3] Activate custom panorama via a marker

2011-03-16 Thread Marc Ridey
Try: google.maps.event.addListener(placeMarker, 'click', function() { panorama.setPano('reception'); }); -- 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.

[Google Maps API v3] Re: link to url from marker click - mutiple markers

2011-03-16 Thread bratliff
On Mar 16, 7:04 pm, Pil wrote: > On Mar 16, 7:10 pm, bratliff wrote: > > > "Functions closures" are an incredably BAD IDEA. > > I completely agree with you. Function closures should be avoided > whenever possible, I think you explained why they are inefficient, > especially when they are used en

[Google Maps API v3] Re: link to url from marker click - mutiple markers

2011-03-16 Thread Mothermugger
Andrew: Whatever the technical augments posted by Bratlif after your solution and even your own caveats that this is undocumented (which I can say, my own search came up empty) It does work very nicely and I will be using it for this project. To me that fact that it works in IE, firefox etc i

[Google Maps API v3] Re: link to url from marker click - mutiple markers

2011-03-16 Thread bratliff
On Mar 16, 7:04 pm, Pil wrote: > On Mar 16, 7:10 pm, bratliff wrote: > > > "Functions closures" are an incredably BAD IDEA. > > I completely agree with you. Function closures should be avoided > whenever possible, I think you explained why they are inefficient, > especially when they are used en

[Google Maps API v3] Re: Markers and zIndex

2011-03-16 Thread bratliff
On Mar 16, 5:44 pm, sgiddings wrote: > Since markers are now rendered via canvas, are requested zIndex values > respected ? > It is not my impression. According to Ben Appleton, the markers are pre-sorted in zIndex order prior to painting. He did not say what was being done in the event listener

[Google Maps API v3] Re: link to url from marker click - mutiple markers

2011-03-16 Thread Pil
On Mar 16, 7:10 pm, bratliff wrote: > "Functions closures" are an incredably BAD IDEA. I completely agree with you. Function closures should be avoided whenever possible, I think you explained why they are inefficient, especially when they are used en masse. > I am trying to encourage Google

[Google Maps API v3] Activate custom panorama via a marker

2011-03-16 Thread remi_grumeau
Hi list! I have a small problem: i'm using new V3 custom panorama and it works really well. Now what i' like to do is to put a marker inside streetView, hide it when i get in the panorama and show it again when i get out of panorama. Again, it works great Now, what i'd like to do is get inside t

[Google Maps API v3] Re: superpose marker on google map api v3

2011-03-16 Thread geocode...@gmail.com
On Mar 16, 8:49 am, yosra ayed wrote: > Hi, > i'm using google maps api V3 with qtcreator. > i'm superposing a list of markers on the map, they are supposed to > appear after the loading of the whole map, >  but only some of the markers appear or they appear partially. > any help is welcome Perha

[Google Maps API v3] Re: Marker performance on v3

2011-03-16 Thread bratliff
On Mar 16, 6:03 pm, Scott H wrote: > I am working on migrating my API v2 code to v3. My mapping solution > requires a good amount of markers to go on the map at one time and, with > version 2, I utilized the MarkerLight. This offered MUCH better performance > because it was merely adding an imag

[Google Maps API v3] Re: How many maps on a page?

2011-03-16 Thread Yves
On 16 Mrz., 04:59, Chris Broadfoot wrote: > Since they don't need to be interactive, use the Static Maps > API:http://code.google.com/apis/maps/documentation/staticmaps/ Cool, didn't know that one. Thanks. -- You received this message because you are subscribed to the Google Groups "Google Ma

[Google Maps API v3] Re: Map does not show up on internet explorer

2011-03-16 Thread blonker
Wow !!! Thanks a lot. Its working just fine now (Doctype and all) I did not realize that the nested divs played their part. set the hirachy to a size of 100% and eveything worked well. hope to update the main site soon once i quash some other bugs. :-) thanks again! On Mar 16, 6:49 pm, Rossko wro

[Google Maps API v3] Re: Marker performance on v3

2011-03-16 Thread bratliff
On Mar 16, 6:03 pm, Scott H wrote: > I am working on migrating my API v2 code to v3. My mapping solution > requires a good amount of markers to go on the map at one time and, with > version 2, I utilized the MarkerLight. This offered MUCH better performance > because it was merely adding an imag

[Google Maps API v3] Re: link to url from marker click - mutiple markers

2011-03-16 Thread bratliff
On Mar 16, 4:52 pm, Andrew Leach wrote: > Actually I'm rather surprised it's that easy to add and use custom > properties. Using the markerOptions object to do so is undocumented, > it appears, and it might break. It is just a property of the "this" object which is available to the event listene

[Google Maps API v3] Marker performance on v3

2011-03-16 Thread Scott H
I am working on migrating my API v2 code to v3. My mapping solution requires a good amount of markers to go on the map at one time and, with version 2, I utilized the MarkerLight. This offered MUCH better performance because it was merely adding an image overlay onto the map without all the w

[Google Maps API v3] Re: "mousemove" event and overlapping polygons

2011-03-16 Thread .iqqmuT
Hey! There are two easy options: 1) Set 'clickable' property of polygons to false. Then you should get the mousemove events through. The bad thing in this case is, obviously, you can't click the polygons. 2) Set mousemove event listener to all polygons. Hope this helped. -- You received this m

[Google Maps API v3] Re: Turn on Google Local business layer (?)

2011-03-16 Thread Rossko
> maps.google.com with local business.  How do I get my map to show those ? You don't. You can get close with this http://gmaps-samples-v3.googlecode.com/svn/trunk/localsearch/places.html -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v

[Google Maps API v3] Re: Slow loading markers

2011-03-16 Thread Rossko
> Can you please give me some ideas on how to reduce the time needed for > loading the markers on map. I have 30 markers and it requires a minute > or more to load all the markers. Something wrong there. I can't guess what from that information. http://groups.google.com/group/google-maps-js-api-v

[Google Maps API v3] Re: Map does not show up on internet explorer

2011-03-16 Thread Rossko
> however all attempts to use the approach in the tutorial suggested by > Andrew i.e. specifying the height of the div in percentages while > specfying the height of the html and body elements did not appear to > work. It's still a question of "percent of what"? body and html may have 100%, but y

[Google Maps API v3] Markers and zIndex

2011-03-16 Thread sgiddings
Since markers are now rendered via canvas, are requested zIndex values respected ? It is not my impression. -- 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

[Google Maps API v3] Re: Map does not show up on internet explorer

2011-03-16 Thread blonker
Hello guys, Thanks for your assistance so far. I tried Andrew's suggestion and i found that he was indeed right. When i specified the height of the div in the style sheet in pixels, it showed up just fine. however all attempts to use the approach in the tutorial suggested by Andrew i.e. specifying

[Google Maps API v3] Slow loading markers

2011-03-16 Thread misi_
Can you please give me some ideas on how to reduce the time needed for loading the markers on map. I have 30 markers and it requires a minute or more to load all the markers. Sometimes, some of the them are not even loaded. Thanks. -- You received this message because you are subscribed to the G

[Google Maps API v3] superpose marker on google map api v3

2011-03-16 Thread yosra ayed
Hi, i'm using google maps api V3 with qtcreator. i'm superposing a list of markers on the map, they are supposed to appear after the loading of the whole map, but only some of the markers appear or they appear partially. any help is welcome -- You received this message because you are subscribed

[Google Maps API v3] Re: link to url from marker click - mutiple markers

2011-03-16 Thread Andrew Leach
On Mar 16, 4:30 pm, Mothermugger wrote: > > so the infowindows content is attached to the pin being created at that > moment in the loop Actually, the infoWindow's content is BROUGHT FROM the pin being created. "this" refers to the marker, and "this.html" is its html property. When the marker's c

[Google Maps API v3] Re: link to url from marker click - mutiple markers

2011-03-16 Thread Rossko
> So thanks for the links - but they all are showing how to accomplish poping > up the correct info window for each marker. Yes. Don't you think its exactly the same problem at the root, that you are using something left pointing at the last one in the loop, instead of capturing the value you wan

[Google Maps API v3] Re: link to url from marker click - mutiple markers

2011-03-16 Thread Mothermugger
Rossko So thanks for the links - but they all are showing how to accomplish poping up the correct info window for each marker. My example above is from my last project that does just that and it works great. Still looking for a solution to adding a URL link to mutiple markers where each mar

[Google Maps API v3] Re: link to url from marker click - mutiple markers

2011-03-16 Thread Mothermugger
When you do this with an info window you use the key word 'this' as in... google.maps.event.addListener(marker, "click", function () { infowindow.setContent(this.html); infowindow.open(map, this) infowindow.zIndex(1);

[Google Maps API v3] Re: link to url from marker click - mutiple markers

2011-03-16 Thread Rossko
> The problem is of course that ALL OF THE MAKERS have the same URL link Search this group for using javascript closures e.g. a createMarker function or similar, example http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/55c28a5b8647b747/baef074f407ef015 -- You received th

[Google Maps API v3] How to display Google map in silverlight controls such as grid, canvas, stack panel?

2011-03-16 Thread Lily
I have a Silverlight application and need to display Google map such as panorama street view to display in silverlight controls such as grid, canvas, stack panel. Any help will be appreciated! -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript

[Google Maps API v3] Re: How to make address lable invisible in panorama street view?

2011-03-16 Thread Andrew Leach
On Mar 16, 3:57 pm, Lily wrote: > I need to make address lable invisible from panorama street view since the > address is approximate. Thanks! Jolly good. I think you have already made a similar statement, which has received a reply: http://groups.google.com/group/google-maps-js-api-v3/browse_th

[Google Maps API v3] How to make address lable invisible in panorama street view?

2011-03-16 Thread Lily
I need to make address lable invisible from panorama street view since the address is approximate. Thanks! -- 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.

[Google Maps API v3] Re: link to url from marker click - mutiple markers

2011-03-16 Thread geocode...@gmail.com
On Mar 16, 8:17 am, Mothermugger wrote: > The goal is simple each marker on the map will have a different URL to link > to when clicked > The information is in the array ==> sites[]   > > ... code fragment > >  function setMarkers(map, markers) { > >         for (var i = 0; i < markers.length; i++

[Google Maps API v3] link to url from marker click - mutiple markers

2011-03-16 Thread Mothermugger
The goal is simple each marker on the map will have a different URL to link to when clicked The information is in the array ==> sites[] ... code fragment function setMarkers(map, markers) { for (var i = 0; i < markers.length; i++) { var image ='pin_60percent.png'; var site

[Google Maps API v3] Re: Custom Control - Just an image!

2011-03-16 Thread en4ce
your global map is named mapView? and maybe try RIGHT_BOTTOM ? map.controls[google.maps.ControlPosition.RIGHT_BOTTOM].push(aLink); work fine for me post a link to your map, else we are fishing in the dark On 16 Mrz., 14:25, Lee Armstrong wrote: > I can't for the life of me work out how to emb

[Google Maps API v3] Re: KML + GeoLocation?

2011-03-16 Thread Joseph Elfelt
Here is the kml file you cited displayed with my viewer: http://www.mappingsupport.com/p/gmap4.php?q=http://4g5.us/routes.kml If you search the source for kmllayer you might find some useful code. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScr

[Google Maps API v3] Embed javascript in V3 InfoWindow

2011-03-16 Thread John James
I've been digging for a while and cannot figure this, so... I want/need to embed a snippet of JavaScript in an InfoWindow, to dynamically create a mailto: link (as a simple means of protection against email address harvesters). I've tried embedding a ... in the content string which calls a f

[Google Maps API v3] Custom Control - Just an image!

2011-03-16 Thread Lee Armstrong
I can't for the life of me work out how to embed an icon (png) onto the Google map with the V3 API in the bottom right corner. I tried... var aLink = document.createElement('DIV'); aLink.innerHTML = ""; mapView.controls[google.maps.ControlPosition.BOTTOM].push(aLink); But just errors! This simp

[Google Maps API v3] Custom grids

2011-03-16 Thread Alexey Onuchin
Hi to all, Did someone try to write a custom grid with resizable cells based on map zoom level and ability to select any cell by mouse button click? I'm thinking to use custom overlay for that grid using DIVs as Lat and Lon lines, but still can not find out the best algorithm for selection of resu

[Google Maps API v3] hotspot not working on kmllayer

2011-03-16 Thread Brownie
Hello, I am unable to make works the hotspot on a kmllayer. The generated kml is OK, and icons are well positionned on the google earth soft, but if I use the kml layer a google map KmlLayer, the anchor point stay on the bottom center. kml file : http://brownie2002.free.fr/test/test_loc.kml I th

[Google Maps API v3] How to handle direction status other than OK?

2011-03-16 Thread Karthick
Hi All, I am trying get direction between two cities using google maps Javascript API. If i try the following two cities, it is not giving anything. *Two cities : london and Chicago, Cook, Illinois* I suspect this is because of the direction status value. Initially i used only OK status value. Th

[Google Maps API v3] Re: Missing Marker on high Zoom level

2011-03-16 Thread Markus
Thanks, error found and solved. But that wasn't the one I'am searching for. It was only a problem with the test case. So, one marker is shown and the other not (if you see no marker maybe you have to empty the browser cache). -- You received this message because you are subscribed to the Google

[Google Maps API v3] Re: KML + GeoLocation?

2011-03-16 Thread Chad Killingsworth
Take a look at the samples: http://code.google.com/apis/maps/documentation/javascript/examples/layer-kml.html Also, I've written extensively about just such a project. See http://blogs.missouristate.edu/web/tag/map Chad Killingsworth -- You received this message because you are subscribed to

[Google Maps API v3] Re: Custom map marker for KML

2011-03-16 Thread Chad Killingsworth
You would need to modify the Kml I believe. You could do an xsl transformation on the kml feed and draw the result on your map. Chad Killingsworth -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send ema

[Google Maps API v3] Custom cursor over marker

2011-03-16 Thread sgiddings
I have seen that there is the property "cursor" within MarkerOptions. I need to display a magnifying glass over my marker image and thought that this would be the way to go. As the documentation only specifies « Mouse cursor to show on hover », I tried setting it to a cursor image file = didn't w

[Google Maps API v3] Re: KML layer order again

2011-03-16 Thread Chad Killingsworth
This isn't the answer you wanted, but make sure you start this issue: http://code.google.com/p/gmaps-api-issues/issues/detail?id=2804 Support of a z-index for kml layers would alleviate development headaches like yours. Chad Killingsworth -- You received this message because you are subscribe

[Google Maps API v3] gmap

2011-03-16 Thread remo
> i need gmap click event getting address for clicking location -- 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 em

[Google Maps API v3] g map address getting java script code

2011-03-16 Thread remo
> getting the address for the google map(click location) > i want for java script,css and html code only > this code attached for my mail id soon possible -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, se

[Google Maps API v3] KML layer order again

2011-03-16 Thread daza
Hi I have read all the post regarding order including this http://code.google.com/apis/maps/documentation/javascript/forum.html?place=topic%2Fgoogle-maps-js-api-v3%2FLeDqN1ZwY9g%2Fdiscussion I'm loading 4 kml layers of polygons some of which overlap so the layer ordering is important. I can

[Google Maps API v3] Re: Missing Marker on high Zoom level

2011-03-16 Thread Rossko
> http://login.n-e-st.de/test/ I get a javascript error on page load label[imei] has no properties in your getFahrzeuge() routine. -- 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: optimizing calls to map api

2011-03-16 Thread batfink
Thanks. I am also looking for patterns that are used in the past by this community or recommended by google for optimizing traffic to maps API. On Mar 15, 8:57 pm, Chris Broadfoot wrote: > We allow caching for performance reasons. Check the terms of service for > more detail: > > See 10.3:http:/

[Google Maps API v3] Re: Missing Marker on high Zoom level

2011-03-16 Thread Markus
I build up a test. http://login.n-e-st.de/test/ You can center the two markers with the pulldown near "Fahrzeug zentrieren" Only one marker is shown. Markus -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group

[Google Maps API v3] Relative image reference inside KMZ doesn't work using the Google Maps API

2011-03-16 Thread Morten
Hi All, I have a KMZ file with a KML file (wms.kml) and a PNG file (layer_0.png) in the root of the KMZ archive. The KML file holds a element with a inside an element. If I use an absolute (http) reference in the element for a given image, this image is displayed as an overlay on the map usin

[Google Maps API v3] Re: Geocoding confirmation

2011-03-16 Thread geocode...@gmail.com
On Mar 16, 12:45 am, "geocode...@gmail.com" wrote: > On Mar 16, 12:40 am, caffeinated wrote: > > > That is EXACTLY what I want to do. Except I don't see any links > > there into how I could apply this code to my own website. Does > > Coryat offer insite into how he achieved this result? > > View

[Google Maps API v3] Re: Geocoding confirmation

2011-03-16 Thread geocode...@gmail.com
On Mar 16, 12:40 am, caffeinated wrote: > That is EXACTLY what I want to do. Except I don't see any links > there into how I could apply this code to my own website. Does > Coryat offer insite into how he achieved this result? View source on the page? -- Larry > Or if I read > correctly he is

[Google Maps API v3] Re: Geocoding confirmation

2011-03-16 Thread caffeinated
That is EXACTLY what I want to do. Except I don't see any links there into how I could apply this code to my own website. Does Coryat offer insite into how he achieved this result? Or if I read correctly he is trying to sell his ideas? On Mar 16, 12:56 am, "geocode...@gmail.com" wrote: > On Mar 1

[Google Maps API v3] how to display the line and markers from different tables in a single map.

2011-03-16 Thread adi_kodok
hii. . please help me.. how to display the line and markers from different tables in a single map. There 5 tabel in the database and data in the database has been generated in the XML file thank for help. -- You received this message because you are subscribed to the Google Groups "Google Maps