[Google Maps API v3] Re: Changing the way the dynamic

2010-12-01 Thread cobalt
I know. People from Google do not want to become interested in my problem ... -- 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] Re: Changing the way the dynamic

2010-12-01 Thread geocode...@gmail.com
On Dec 1, 11:07 pm, cobalt wrote: > I would like to have someone from google employee replied, sorry it is > impossible or at least steered the solution. > It is possible that more knowledge is enough to google maps api. > > I wondered if I did not put a red line in the function and then hook up >

[Google Maps API v3] Re: Change font size, style, etc... of directions

2010-12-01 Thread easy_golfin
The DirectionsPanel, the directions that are returned. Like in this one: http://code.google.com/apis/maps/documentation/javascript/examples/directions-panel.html The route that is returned on the right hand side of the map once a city is selected. On Dec 1, 9:13 pm, Chris Broadfoot wrote: > Do

[Google Maps API v3] Re: Changing the way the dynamic

2010-12-01 Thread cobalt
I would like to have someone from google employee replied, sorry it is impossible or at least steered the solution. It is possible that more knowledge is enough to google maps api. I wondered if I did not put a red line in the function and then hook up to DirectionsRenderer. But it beats me the sa

[Google Maps API v3] Re: Is there a simple way to get an icons url?

2010-12-01 Thread JoshN
I don't know why I wasn't thinking of this before; must need better coffee. Thanks. On Dec 1, 5:00 am, Chris Broadfoot wrote: > Right. I thought you meant a property of your own. > > Why not store it in the Marker after construction, like this? > > var url = getUrlForMarker(); // i assume you ha

[Google Maps API v3] Re: Using Marker Manager With Ajax Call

2010-12-01 Thread geocode...@gmail.com
On Dec 1, 2:12 pm, mike osterhout wrote: > Unfortunately it still needs a timeout... In my actual code I have the > setTimeout within the ajax callback function. > > to be more specific I could place > > markerManager.addMarker(marker, marker.minZoom, marker.maxZoom); > > directly in my callback f

[Google Maps API v3] Re: Draggable markers are now all bouncy?

2010-12-01 Thread Pil
I completely agree with you. If it can't be turned off it's simply annoying. Seems the v3 guys also forgot that a v2 marker had a dragCrossMove property. Enabling this property made it possible to drag the marker exactly at the icon and not at an invisible gap underneath. Sigh... On Dec 2, 5

Re: [Google Maps API v3] Change font size, style, etc... of directions

2010-12-01 Thread Chris Broadfoot
Do you mean in the InfoWindow or the panel? On Thu, Dec 2, 2010 at 9:40 AM, easy_golfin wrote: > Is there anyway to manipulate the font style, size, etc.. of the > directions that appear when using the Google Maps API V3? Perhaps > through javascript or CSS? I tried looking but couldn't find any

[Google Maps API v3] Re: Prevent non-specific address for geocoding?

2010-12-01 Thread Beuy
Great! Just what I needed. Thank you for the advice about not relying on this too much, unfourtanlty there is no freely provided service from Australia Post to validate street addresses. I'll just be using the returned gmap results as a rough guide. On Nov 27, 3:32 am, JKurtock wrote: > You might

[Google Maps API v3] Change font size, style, etc... of directions

2010-12-01 Thread easy_golfin
Is there anyway to manipulate the font style, size, etc.. of the directions that appear when using the Google Maps API V3? Perhaps through javascript or CSS? I tried looking but couldn't find anything. Thanks -- You received this message because you are subscribed to the Google Groups "Google

[Google Maps API v3] Draggable markers are now all bouncy?

2010-12-01 Thread Ben
Draggable markers all now appear to be bouncy, lifting off the map during the drag and bouncing back down when released. While it's nice to see this feature come to v3, it really needs to be optional, not the default behavior. In fact, it doesn't look like it can even be turned off. I tried setting

[Google Maps API v3] Re: InfoBox labels blocking click propagation for polygons?

2010-12-01 Thread Nianwei Liu
Ping, Event propagation indeed seems to have some issues in V3. I think part of the reason might be we want different behavior at different use cases, and those are hard to design for a perfect configuration. If you can make a good summary with examples and file an issue, the Google team may make

[Google Maps API v3] Re: TrafficLayer on top of customized maptype

2010-12-01 Thread Nianwei Liu
Chris, Yes I did notice current traffic is directly baked onto the background image tiles. For now I am using a map type from this example: http://code.google.com/apis/maps/documentation/javascript/examples/maptype-traffic.html It works for me. My question is, will this be unsupported? It's indee

[Google Maps API v3] Google maps into Facebook?

2010-12-01 Thread detonate
Is it possible to get something like this inside a Facebook fan or group page (office locator)? http://www.hrblock.ca/office/office_locator_data.asp -- 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] Re: Tip: Variable height div that displays on a map

2010-12-01 Thread Joseph Elfelt
I made a small improvement to the code. The code now says: #screen_msg_container { display:none; There were also a few related tweaks. These changes make the cursor behave. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" grou

[Google Maps API v3] Re: Request for setOpacity() method in google.maps.GroundOverlay class

2010-12-01 Thread Rossko
> Your link to the thread on how to "make it work right now" is broken > (topic not found). Try this one (from a quick search on "opacity") http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/bb54ab556229e573 -- You received this message because you are subscribed to the Go

[Google Maps API v3] Re: Geocoder not working properly

2010-12-01 Thread Adriano
Hi Bin! The bug shows up either with Chrome, Firefox and IE, on different computer too. If you try to geocode "Via Manzoni, Roma" you'll find the first of many results is "Viale Manzoni, RM, Italia" that, as I was saying, fed to the geocoder still gives more than one result T On 1 Dic, 01:13,

Re: [Google Maps API v3] Re: MarkerClusterer jump to zoom level on click issue

2010-12-01 Thread Luke Mahé
Hey Guys, This is probably how the MarkerClusterer should have always worked :) Instead of fitting to the bounds of the cluster it was fitting to the extend bounds of the cluster. I've fixed this and you and grab the latest version from the trunk. Also on a side note, a few weeks back I made a c

[Google Maps API v3] Re: dynamic updating

2010-12-01 Thread inspired
I ended up using OpenMap. I did not need it to be web-based. Alan -- 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.co

[Google Maps API v3] Re: Drawing Curved Line with slight complication

2010-12-01 Thread JKurtock
The line would be a hyperbole. "Back in the day" nautical charts were covered with these lines for Loran C navigation. (Loran C gave you a "Time Difference" TD between the signals arriving from two stations. A single time difference meant you were on the line which had that difference in time betw

[Google Maps API v3] Re: is there a "does address exist" funtion?

2010-12-01 Thread JKurtock
The Geocoder returns a location_type (http://code.google.com/intl/en/ apis/maps/documentation/geocoding/#Results) which gives you some of that information. Addresses that "exist" commonly get a location_type "Rooftop". Addresses that "don't" exist, but would be in the middle of a certain block if

[Google Maps API v3] Re: Request for setOpacity() method in google.maps.GroundOverlay class

2010-12-01 Thread Rick Mann
Your link to the thread on how to "make it work right now" is broken (topic not found). -- 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

[Google Maps API v3] Updating V3 Polygon Paths - Leaking Memory

2010-12-01 Thread John Mick
I am the developer of an existing Maps V2 (and GEE) application that displays Polygonal data in real-time, updating every 25 seconds. V2's GPolygon Objects would leak browser memory (that would never be retained) so I ultimately was forced to write my own custom proprietary library to meet the need

[Google Maps API v3] Tip: Variable height div that displays on a map

2010-12-01 Thread Joseph Elfelt
I’m building an api v3 app that displays various length messages to the user. These messages vary in length from 2 lines to maybe around 20 lines. My goal was to develop a single variable height div that could be used to display any of these messages on top of the map. After a certain amount of a

[Google Maps API v3] how can I add a small map on top of the original one?

2010-12-01 Thread outofmind
Hello, I refer to the maps you get when you start at http://maps.google.com/ In the bottom right corner you have the arrow. When you click it, you get a small map showing a bigger area and a rectangle which is shown on the big map. My question: how can I add such an arrow and small map to my own m

[Google Maps API v3] Re: Using Marker Manager With Ajax Call

2010-12-01 Thread mike osterhout
Unfortunately it still needs a timeout... In my actual code I have the setTimeout within the ajax callback function. to be more specific I could place markerManager.addMarker(marker, marker.minZoom, marker.maxZoom); directly in my callback function and I will get the following error, or somethin

[Google Maps API v3] Re: Tiling Issues on Apple iPod Touch (possibly iPhone also?)

2010-12-01 Thread gavinharriss
Hi Andrew, thanks for that - much appreciated. Sounds like a solid explanation of what's going on. Now all I need to do is figure out if I can work-around the issue by somehow freeing map tiles from memory that are no longer in the viable area. Cheers :) Gregory - thanks for pointing out the "use

[Google Maps API v3] Re: Using Marker Manager With Ajax Call

2010-12-01 Thread geocode...@gmail.com
On Dec 1, 1:07 pm, mike osterhout wrote: > I have a tricky problem. I have code like this > > $.get('/test.xml', function(xml){ > > //use xml to create icons and markers > Put your call to add the markers you created to the marker manager here. > }); > > //I am then forced to use a setTimeout t

[Google Maps API v3] Using Marker Manager With Ajax Call

2010-12-01 Thread mike osterhout
I have a tricky problem. I have code like this $.get('/test.xml', function(xml){ //use xml to create icons and markers }); //I am then forced to use a setTimeout to ensure that this call is finished //campusMarkers are created above... setTimeout("addMarkers(markers)", 800); //this will fail ad

[Google Maps API v3] Re: Google Maps Key

2010-12-01 Thread Andrew Leach
On Dec 1, 4:39 pm, Tschuess wrote: > I have a site that is using Google Maps for Geocoding but it keeps > asking for a valid key.  I registered the site as outlined and placed > the information on my webpage but it's not working.  I can see the > maps using localhost key.  Any ideas what I'm doing

Re: [Google Maps API v3] Tiling Issues on Apple iPod Touch (possibly iPhone also?)

2010-12-01 Thread Andrew Leach
On 1 December 2010 08:58, gavinharriss wrote: > I have a consistent issue with http://m.topomap.co.nz/ when using > custom tiles via google.maps.ImageMapType... > > The map behaves as expected at first but after a little while (usually > 30 secs or so) when zooming in and panning around tiles seem

[Google Maps API v3] Re: Tiling Issues on Apple iPod Touch (possibly iPhone also?)

2010-12-01 Thread gavinharriss
Hi Gregory, I posted a link to the actual site http://m.topomap.co.nz/ so people could see the issue live and also a screenshot http://i56.tinypic.com/2ciehs7.png as I figured someone might have seen this sort of thing before and be able to provide advice without needing to visit my site and spend

Re: [Google Maps API v3] Re: Tiling Issues on Apple iPod Touch (possibly iPhone also?)

2010-12-01 Thread Gregory Short
I'm looking at that site on my iphone and everything looks just fine. One thing to note is that if I let it use my location, which is Iowa, USA, the topo imagery never shows up, even when I go to New Zealand manually. If I refuse the request, it starts me at New Zealand and the topo imagery show

Re: [Google Maps API v3] Re: Tiling Issues on Apple iPod Touch (possibly iPhone also?)

2010-12-01 Thread Gregory Short
Wait, I'm confused...you did post a link, but was the problem actually that that same link behaves differently in a desktop browser than on the iphone? I was under the impression you were using something from that site, in your *own* site, elsewhere. I guess I just completely mis-read what you w

[Google Maps API v3] Re: Tiling Issues on Apple iPod Touch (possibly iPhone also?)

2010-12-01 Thread gavinharriss
Fair enough then - just figured it might have been helpful to post a screenshot rather than forcing people to get on an iPhone / iPod to try and re-create for themselves if curious to the visual side of things. I'll remember not to post sceenshots from now on if the community frowns upon it. On De

[Google Maps API v3] Google Maps Key

2010-12-01 Thread Tschuess
I have a site that is using Google Maps for Geocoding but it keeps asking for a valid key. I registered the site as outlined and placed the information on my webpage but it's not working. I can see the maps using localhost key. Any ideas what I'm doing wrong? -- You received this message becau

Re: [Google Maps API v3] Re: Tiling Issues on Apple iPod Touch (possibly iPhone also?)

2010-12-01 Thread Gregory Short
You already described *what* was happening, what you actually want is help with *why* it's happening. So no, a screenshot doesn't do much to help with that. Check out the posting guidelines: http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/2b3f101fd509919e Specifically,

[Google Maps API v3] Re: Animate Radar Version 3

2010-12-01 Thread peanut
Bratliff I like the smoothness of the animation you have achieved with radar imagery from the national weather service. I haven't played with their imagery too much because it is segmented by radar site. I like the mosaiced radar imagery that is available from Iowa Mesonet (http://mesonet.agron.ias

[Google Maps API v3] Re: Tiling Issues on Apple iPod Touch (possibly iPhone also?)

2010-12-01 Thread gavinharriss
Hi Rossko, I take it you didn't find the screenshot useful for illustrating what was happening then?! Having a bad day? On Dec 2, 12:35 am, Rossko wrote: > > Here's a screenshot:http://i56.tinypic.com/2ciehs7.png > > hmm, I would guess there is a syntax erorr in line 272 -- You received this me

[Google Maps API v3] Re: What happend to reverse geocoding sublocality

2010-12-01 Thread Cliff Smoke
I am not doing this again, but this was only a check from existing entries. Please let's keep on-topic, this is a dramatic change from Google from me On 1 dec, 01:46, Rossko wrote: > Got to wonder why you are geocoding hundreds of database entries again > and again ... -- You received this mess

Re: [Google Maps API v3] Few problems with map locations displaying.

2010-12-01 Thread Carl Wood
correction: escaping "&" and other similar chars*** -- 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 goo

Re: [Google Maps API v3] Few problems with map locations displaying.

2010-12-01 Thread Carl Wood
It worked, thank you! Now for escaping/getting rid of '@' and similar characters that cause problems! Cheers -- 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...@googlegr

Re: [Google Maps API v3] Few problems with map locations displaying.

2010-12-01 Thread Carl Wood
Thanks Andrew, it seems that added apostrophes (on Last.fm side of things) may be the issue! I'll escape those and let you know how it goes, thank you! -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, sen

Re: [Google Maps API v3] Few problems with map locations displaying.

2010-12-01 Thread Andrew Leach
On 1 December 2010 18:43, Carl Wood wrote: > It is clear that the connection to last.fm API is fine, due to always > getting gig details, and the JS is correctly outputting the co-ordinates but > for some reason, certain cities will not display. > Does anyone have any ideas? Here is a > link: http

[Google Maps API v3] Few problems with map locations displaying.

2010-12-01 Thread Carl Wood
I am creating a google maps/ last.fm mashup where a user types in a city and 10 upcoming gigs in (or near) the specified city are returned, ALONG with a google map with their locations plotted. This is only an early initial prototype, so there are a few quirks/problems, but the main one I would l

[Google Maps API v3] Re: Animate Radar Version 3

2010-12-01 Thread bratliff
On Dec 1, 4:45 pm, peanut wrote: > Thanks for your replies. I am just getting back into this. > > Chad thanks for sharing your code. That may be an option for me going > forward. I will have to rewrite some of the code because I have several > other tiled layers and need to keep track of those in

[Google Maps API v3] Re: how to use a simple clustering

2010-12-01 Thread Rossko
> I have  some marker clustered ! but In my script I compare marker for > put her in categorie and with my modification the function categorie > for hide or make appear catagorie doesn"t work . Okay, here we go beyond "how to use simple clustering Options", but it can be done. The clusterer can on

[Google Maps API v3] Re: Animate Radar Version 3

2010-12-01 Thread peanut
Thanks for your replies. I am just getting back into this. Chad thanks for sharing your code. That may be an option for me going forward. I will have to rewrite some of the code because I have several other tiled layers and need to keep track of those in the stack as well. BTW... Your mobile campu

[Google Maps API v3] Re: MarkerClusterer jump to zoom level on click issue

2010-12-01 Thread geocode...@gmail.com
On Dec 1, 6:44 am, slinky wrote: > On 1 Dez., 15:03, "geocode...@gmail.com" wrote: > > > On Dec 1, 3:29 am, slinky wrote: > > > > Hi all, > > > > In this markerclusterer speed test example you can see what I mean: > > > >http://google-maps-utility-library-v3.googlecode.com/svn/trunk/marker... >

[Google Maps API v3] Re: MarkerClusterer jump to zoom level on click issue

2010-12-01 Thread slinky
On 1 Dez., 15:03, "geocode...@gmail.com" wrote: > On Dec 1, 3:29 am, slinky wrote: > > > Hi all, > > > In this markerclusterer speed test example you can see what I mean: > > >http://google-maps-utility-library-v3.googlecode.com/svn/trunk/marker... > > > You musst click 4 times on the cluster w

[Google Maps API v3] Re: Changing the way the dynamic

2010-12-01 Thread cobalt
I fix this problem "your polygons (at least some) have strokeOpacity: 2," IE take care of the later Two variables are passed to the value of origin and destination, later draws the way to the blue. I pull out the values on the tables and draws dash (red line) at the points who knows the blue line

[Google Maps API v3] Re: Changing the way the dynamic

2010-12-01 Thread geocode...@gmail.com
On Dec 1, 6:10 am, "geocode...@gmail.com" wrote: > On Dec 1, 5:56 am, cobalt wrote: > > > This my map:http://webhost.home.pl/piotr/google_maps_test/maps.html > > Can you provide instructions on how to get a map to appear?  (example > values for the 2 boxes) > > FYI - I get javascript errors in IE

[Google Maps API v3] Re: Changing the way the dynamic

2010-12-01 Thread geocode...@gmail.com
On Dec 1, 5:56 am, cobalt wrote: > This my map:http://webhost.home.pl/piotr/google_maps_test/maps.html Can you provide instructions on how to get a map to appear? (example values for the 2 boxes) FYI - I get javascript errors in IE, it doesn't like the comma at the end of this object: var rende

[Google Maps API v3] Re: MarkerClusterer jump to zoom level on click issue

2010-12-01 Thread geocode...@gmail.com
On Dec 1, 3:29 am, slinky wrote: > Hi all, > > In this markerclusterer speed test example you can see what I mean: > > http://google-maps-utility-library-v3.googlecode.com/svn/trunk/marker... > > You musst click 4 times on the cluster which includes 2 markers to see > the markers. And that is wha

[Google Maps API v3] Re: Using css class names instead of MarkerImage

2010-12-01 Thread peanut
You may be able to use Marc Ridey's Label class to do what you want. http://blog.mridey.com/2009/09/label-overlay-example-for-google-maps.html You can basically bind the label to a marker and add the label to the map with or without the marker. I have successfully used this with css classes. None

[Google Maps API v3] Re: Changing the way the dynamic

2010-12-01 Thread cobalt
This my map: http://webhost.home.pl/piotr/google_maps_test/maps.html My english is suck, it is difficult to explain to me the problem -- 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 goog

[Google Maps API v3] Re: Add Polylines inside a loop?

2010-12-01 Thread bratliff
On Nov 22, 1:28 pm, Canam Group wrote: > Larry, > Thanks for the link! > > Rossko, > My point was that with the Google Maps API v2, my code was working. > The way Polylines are added to the map must have changed in v3... this > is what I was trying to understand. The API retains its own reference

[Google Maps API v3] Re: spamming markers on roads help

2010-12-01 Thread geocode...@gmail.com
On Dec 1, 5:16 am, "geocode...@gmail.com" wrote: > On Dec 1, 4:48 am, fireofhellx wrote: > > > ok so the link from Larry was very helpful however i need to place > > markers on the roads around a user no matter where they are > > > so currently im using watchposition to get the users location wha

[Google Maps API v3] Re: spamming markers on roads help

2010-12-01 Thread geocode...@gmail.com
On Dec 1, 4:48 am, fireofhellx wrote: > ok so the link from Larry was very helpful however i need to place > markers on the roads around a user no matter where they are > > so currently im using watchposition to get the users location what i > then need to happen is to some how get all the propert

[Google Maps API v3] Re: how to use a simple clustering

2010-12-01 Thread Greg45
ok I understand, the place in the script is more important , I think I progress : I have some marker clustered ! but In my script I compare marker for put her in categorie and with my modification the function categorie for hide or make appear catagorie doesn"t work . I think it's because my code

[Google Maps API v3] Re: google maps api for store locator

2010-12-01 Thread geocode...@gmail.com
On Dec 1, 2:41 am, erfdesar wrote: > Hi, > I am an application développer, I want to developpe a store locator for > a my client. (Google maps api + php / mysql) with store addresses > geocoding. > - do i need license Premier to do that? > - The client does need a license Premier ? Not if the fin

[Google Maps API v3] Re: google maps api for store locator

2010-12-01 Thread geocode...@gmail.com
On Dec 1, 2:41 am, erfdesar wrote: > Hi, > I am an application développer, I want to developpe a store locator for > a my client. (Google maps api + php / mysql) with store addresses > geocoding. > - do i need license Premier to do that? > - The client does need a license Premier ? -- You receiv

[Google Maps API v3] Re: spamming markers on roads help

2010-12-01 Thread fireofhellx
ok so the link from Larry was very helpful however i need to place markers on the roads around a user no matter where they are so currently im using watchposition to get the users location what i then need to happen is to some how get all the properties of the roads around the user (ie length of

Re: [Google Maps API v3] Re: Google Maps Api in Windows Application

2010-12-01 Thread Marc Ridey
You may also want to have a look at the Flash API. See http://code.google.com/apis/maps/articles/flashmapinwpf.html On Wed, Dec 1, 2010 at 10:39 PM, Rossko wrote: > > I am newbie to google Maps.Please guide how to use google maps in > > windows application. > > The maps API is javascript, you ne

Re: [Google Maps API v3] Google Maps Api in Windows Application

2010-12-01 Thread Chris Broadfoot
Please also read the terms of service: http://code.google.com/apis/maps/terms.html Particularly sections 9.1, 10.8 and 10.12 Cheers Chris On Wed, Dec 1, 2010 at 9:25 PM, Asif Chouhan wrote: > Dear All, > > I am newbie to google Maps.Please guide how to use google maps in windows > application.

Re: [Google Maps API v3] Re: Is there a simple way to get an icons url?

2010-12-01 Thread Chris Broadfoot
Right. I thought you meant a property of your own. Why not store it in the Marker after construction, like this? var url = getUrlForMarker(); // i assume you have some sort of url that changes... var marker = new google.maps.Marker({ icon: url }); marker.iconUrl_ = url; then you can access the

[Google Maps API v3] Re: Changing the way the dynamic

2010-12-01 Thread Rossko
It's not clear if you are talking about a polyline created from your own data, or a route from the Directions service, or one of each. If you can post a link to your map showing your routes it would help. -- You received this message because you are subscribed to the Google Groups "Google Maps

[Google Maps API v3] Re: Google Maps Api in Windows Application

2010-12-01 Thread Rossko
> I am newbie to google Maps.Please guide how to use google maps in > windows application. The maps API is javascript, you need to run it in a browser. You could start with the documentation http://code.google.com/apis/maps/documentation/ > It is very urgent development for me. But not to anyone

[Google Maps API v3] Re: Tiling Issues on Apple iPod Touch (possibly iPhone also?)

2010-12-01 Thread Rossko
> Here's a screenshot:http://i56.tinypic.com/2ciehs7.png hmm, I would guess there is a syntax erorr in line 272 -- 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...@googlegr

[Google Maps API v3] Re: how to use a simple clustering

2010-12-01 Thread Rossko
> So I try to put this 3 lines in my function loadmap : > > var markers = []; > markers.push(marker); > var markerCluster = new MarkerClusterer(map, markers); It's going to be very difficult if you don't think about what you are telling the code to do. Where you put code in the order of events is

[Google Maps API v3] Re: MarkerClusterer jump to zoom level on click issue

2010-12-01 Thread slinky
Hi all, In this markerclusterer speed test example you can see what I mean: http://google-maps-utility-library-v3.googlecode.com/svn/trunk/markerclusterer/examples/speed_test_example.html You musst click 4 times on the cluster which includes 2 markers to see the markers. regards Raik Show on t

[Google Maps API v3] MarkerClusterer jump to zoom level on click issue

2010-12-01 Thread slinky
Hello together, I'm using the newest version of the markerclusterer v3 and it works fine. But now I have a requirement in the behavior which is happend if I click on a cluster icon. I have an example in which I created the markercluster with the following options: markerClusterer = new MarkerClus

[Google Maps API v3] Re: how to use a simple clustering

2010-12-01 Thread Greg45
thx for you answer but I'm not a developper ! and I don't want pay for make my website! I just want make this with help so sorry if I'm a noob in DEV. So I try to put this 3 lines in my function loadmap : var markers = []; markers.push(marker); var markerCluster = new MarkerClusterer(map, markers

[Google Maps API v3] google maps api for store locator

2010-12-01 Thread erfdesar
Hi, I am an application développer, I want to developpe a store locator for a my client. (Google maps api + php / mysql) with store addresses geocoding. - do i need license Premier to do that? - The client does need a license Premier ? -- You received this message because you are subscribed to th

[Google Maps API v3] Tiling Issues on Apple iPod Touch (possibly iPhone also?)

2010-12-01 Thread gavinharriss
I have a consistent issue with http://m.topomap.co.nz/ when using custom tiles via google.maps.ImageMapType... The map behaves as expected at first but after a little while (usually 30 secs or so) when zooming in and panning around tiles seem to stop loading, then they start to get muddled up (inc

[Google Maps API v3] Google Maps Api in Windows Application

2010-12-01 Thread Asif Chouhan
Dear All, I am newbie to google Maps.Please guide how to use google maps in windows application. It is very urgent development for me. -- 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-

[Google Maps API v3] Re: Changing the way the dynamic

2010-12-01 Thread cobalt
I found google.maps.DirectionsRendererOptions polylineOptions (http://code.google.com/apis/maps/documentation/javascript/reference.html) just do not know how to apply, because all I have to create a directionsService.route when I add the var rendererOptions throws me errors that the response does n

[Google Maps API v3] Re: InfoBox labels blocking click propagation for polygons?

2010-12-01 Thread ping
Gary, Capturing the label click is my last resort really the label can overlap with a neighbouring polygon (example for a very vertically narrow polygon). So clicking on the overlapping portion of the label shouldn't trigger the event on the label's associated polygon. I'll have to hold off migra

[Google Maps API v3] Re: Is there a simple way to get an icons url?

2010-12-01 Thread JoshN
**Notice, I had a typo in my last message and wound up removing it to avoid leaving a bad snippet up.** My earliest solution of using the private property broke with the most recent update to the API. Mainly, I was hoping that since url is a keyword arg for MarkerImage that there would be a getter

[Google Maps API v3] Re: Is there a simple way to get an icons url?

2010-12-01 Thread JoshN
When I use the private property changes to the version would break my link to the marker image--I am showing lists of marker titles and icons based o on the current bounds. Mainly, I was hoping for a getter for url, since it is a keyword argument, but I'm probably just splitting hairs on efficienc