[Google Maps API v3] StreetView control focus?

2010-12-02 Thread Jurgis Stepanovs
Hi! Is it possible to focus StreetView control from JS code for user input? For example to use keyboard arrow keys to navigate StreetView panorama... Best regards, Jurgis -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To po

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

2010-12-02 Thread Esa
On Dec 3, 8:45 am, pi5701 wrote: > option {animateOnDrag: false} doesnt seem to work if marker should not > raise while dragging then Yes, it stopped working when the version was chanced from 3.2.2 to 3.2.2a -- You received this message because you are subscribed to the Google Groups "Google

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

2010-12-02 Thread Pil
On Dec 3, 8:13 am, Rendy Tan wrote: > I kinda like the bounce. I think thats not the question. I also like it when its coded thoroughly and can be turned on or off (i.e. people are not forced to use it as default). -- You received this message because you are subscribed to the Google Group

[Google Maps API v3] Google I/O 2009 Interactive Conference Map : Request for v3 reference

2010-12-02 Thread Rendy Tan
Hi, Do you have any reference to v3 of this demo? https://code.google.com/p/googleio2009-map/wiki/HowTo we are in the process of reviewing Google map as the platform to introduce a world wide floor plan layer for our peer to peer device. Thank you in advance! Cheers Rendy -- You received th

Re: [Google Maps API v3] Re: encoding

2010-12-02 Thread Blanaru Irina
this is the begining of doc // Start XML file, create parent node $dom = new DOMDocument("1.0"); $node = $dom->createElement("markers"); $parnode = $dom->appendChild($node); // Opens a connection to a MySQL server I think utf8..I think I have to swich it in ... ISO-8859-1, but I don't kn

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

2010-12-02 Thread Rendy Tan
I kinda like the bounce. It lifts the marker and the cross (x) pin points the landing position better than before. It looks like a new implementation the engineers are testing? Do take not that the cross (x) does not show for image markers. -- You received this message because you are subscribed

[Google Maps API v3] Re: encoding

2010-12-02 Thread geocode...@gmail.com
On Dec 2, 11:02 pm, Blanaru Irina wrote: > Hy everyoane, > > I have to use portuguesse charactere in my database. The problem is when I > transfore into an xml and read it to put it in an InfoBox for instance, it > gives error! I have in 'description' and 'link'. Any idea? > > Thank you very much!

[Google Maps API v3] Inconsistency of map scale

2010-12-02 Thread Rendy Tan
Hi, Not sure if anyone noticed, the map scale across the globe is different from place to place. Try comparing these places. - Silicon Valley Elect, Carson, CA, United States - Market St, Philadelphia, PA, USA - Fusionopolis, 1 Fusionopolis Way, SG Can someone care explain why it is create thi

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

2010-12-02 Thread Pil
Sorry, it doesn't seem that we can get rid of the new marker bouncy behaviour, neither with animateOnDrag: false nor with setAnimation(0) Also seems that we can't get rid of the annyoing behaviour that the marker is being dragged in the middle of the gap between the icon and the cross at the bo

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

2010-12-02 Thread Pil
On Dec 2, 2:54 pm, "geocode...@gmail.com" wrote: > If you find one that already exists, vote for it by "staring it".  If > you find or create one and post a link to it here, others may "star" > it as well, which makes it more likely it will happen. Yes, it seems that the times are gone when i

[Google Maps API v3] encoding

2010-12-02 Thread Blanaru Irina
Hy everyoane, I have to use portuguesse charactere in my database. The problem is when I transfore into an xml and read it to put it in an InfoBox for instance, it gives error! I have in 'description' and 'link'. Any idea? Thank you very much! while ($row = @mysql_fetch_assoc($result)){ // A

[Google Maps API v3] Re: Polygon click event not working on server (but works locally)

2010-12-02 Thread geocode...@gmail.com
On Dec 2, 7:27 pm, dan_default wrote: > I have a polygons being drawn from an array of coords from a > database. > > When testing locally (local server, xampp) it works fine. > However, when I uploaded everything to a remote server, they > don't seem to fire the click event. The mouse cursor doesn

[Google Maps API v3] Marker from Map appear in Streetview Panorama

2010-12-02 Thread bardu
I have the issue that the clicked marker of a map appears in the streetview panorama after map switch to streetview. I also noticed that this not always is the case. http://yukonlive.ca/yukonlive-war/highways/wildlifeviewing.faces (Click on a marker and in the infoWIndow click on "Go there" to

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

2010-12-02 Thread pi5701
option {animateOnDrag: false} doesnt seem to work if marker should not raise while dragging then -- 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 uns

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

2010-12-02 Thread ping
Hi Nianwei The styling is not really a problem. I've experimented using the InfoBox, RichMarker libs, and even the elabel v3 port I found but nothing has worked so far at all with regards to the even propagation. Thanks for your inputs though! I've submitted an issue based on the discussion here.

Re: [Google Maps API v3] Re: Is there a way to remove the "x" close button from an info window?

2010-12-02 Thread Luke Mahé
Hi Dan, What Larry said is correct, there currently is no way to remove the X from a infowindow. -- Luke On Fri, Dec 3, 2010 at 2:18 PM, dan_default wrote: > So am I understanding you correctly that the answer to my question is: NO > there isn't. The only way is to make a custom Info Window? >

[Google Maps API v3] Polygon click event not working on server (but works locally)

2010-12-02 Thread dan_default
I have a polygons being drawn from an array of coords from a database. When testing locally (local server, xampp) it works fine. However, when I uploaded everything to a remote server, they don't seem to fire the click event. The mouse cursor doesn't even change to a "pointing had". Then only dif

[Google Maps API v3] Re: Is there a way to remove the "x" close button from an info window?

2010-12-02 Thread dan_default
So am I understanding you correctly that the answer to my question is: NO there isn't. The only way is to make a custom Info Window? Or, are you asking me a question? -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to t

[Google Maps API v3] Re: Determining is coordinate in my direction?

2010-12-02 Thread JKurtock
On Dec 2, 12:04 pm, Whops wrote: > I mean if I'm drawing polyline between "Berazino" City and "Minsk" > City every thing is OK, But while I'm drawing the line between > "istanbul" and Minsk polyline doesn't go over route. Would you expect otherwise? It appears you are generating your polyline

[Google Maps API v3] Re: 11 different markers

2010-12-02 Thread geocode...@gmail.com
On Dec 2, 5:48 pm, Rednek wrote: > I am trying to put 11 different markers on my map. I know how to add a > custom maker to map, but dont want same marker to show for every > location. Here is my code I use for showing map and displaying markers > at certern locations: > That's nice. Do you have

[Google Maps API v3] Re: Is there a way to remove the "x" close button from an info window?

2010-12-02 Thread geocode...@gmail.com
On Dec 2, 5:17 pm, dan_default wrote: > Is there a way to remove the "x" close button from an info window? Make a custom infowindow and don't add it? -- Larry -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this

[Google Maps API v3] Re: Streetview Showing

2010-12-02 Thread Rednek
Sorry will try to put it live. -- 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 google-maps-js-api-v3+uns

[Google Maps API v3] 11 different markers

2010-12-02 Thread Rednek
I am trying to put 11 different markers on my map. I know how to add a custom maker to map, but dont want same marker to show for every location. Here is my code I use for showing map and displaying markers at certern locations: function initialize() { var myOptions = { zoom: 8, center: new google

[Google Maps API v3] Is there a way to remove the "x" close button from an info window?

2010-12-02 Thread dan_default
Is there a way to remove the "x" close button from an info window? -- 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

Re: [Google Maps API v3] getBounds() mathematics?

2010-12-02 Thread Chris Broadfoot
On Fri, Dec 3, 2010 at 5:59 AM, Jurgis Stepanovs wrote: > Meanwhile I need this delta match some CONST screen pixels from bounds > corners. Is it possible to calculate it? > You need to use MapCanvasProjection: http://code.google.com/apis/maps/documentation/javascript/reference.html#MapCanvasPr

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

2010-12-02 Thread Esa
There is also 'cross' property and setCross() method for custom icons. -- 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,

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

2010-12-02 Thread Esa
The bug is only in documentation. Try option {animateOnDrag: false} I was just writing a demo page about the new undocumented 'animate' property and Marker. setAnimation() http://koti.mbnet.fi/ojalesa/v3/animarker.htm I accidentally found the animateOnDrag property a few minutes before I rea

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

2010-12-02 Thread John Mick
Ah excellent - it looks like PolyCluster is a lot similar to the same solution I had to write for my V2 app - at a quick glance PolyCluster looks nice!. I made a SVG/VML library that managed the creation of the Vector objects on a Custom Overlay and handled pretty much everything manually. I was

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

2010-12-02 Thread geocode...@gmail.com
On Dec 2, 6:39 am, Rob Day wrote: > I'm having the same issue - markers have started bouncing (lifting at > drag start, dropping at drag end). Custom markers don't have an 'x' > underneath them to allow the user to judge where the marker will come > to rest on drag end. Star the bug that pi5701 g

[Google Maps API v3] Re: Missing parameter sensor error with gmapsv2

2010-12-02 Thread geocode...@gmail.com
On Dec 2, 6:48 am, "giaym.m...@gmail.com" wrote: > Hi, I now this version is deprecated This is the v3 group. It is not deprecated. >, but suddenly today Ive been > receiving this error on load. I knew about this parameter so I just > added it thinking it was enforced on all versions of the api

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

2010-12-02 Thread bratliff
On Dec 2, 8:16 pm, John Mick wrote: > I'm not sure if using MVCArrays are going to solve this issue. > > Consider the nature of my program will have an entirely new set of > LatLng points every 25 seconds or so. None of the points in the multi- > dimensional MVCArray will be reused. I do not see

[Google Maps API v3] Re: How to deactivate 2.5D buildings?

2010-12-02 Thread Chad Killingsworth
Here's an example: http://search.missouristate.edu/map/mobile/examples/nobuildings.htm Chad Killingsworth On Dec 2, 7:48 am, abw wrote: > I am trying to style the ROADMAP. Is it possible to remove the grey > 2.5D buildings? > > thnx, > abw -- You received this message because you are subscrib

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

2010-12-02 Thread John Mick
I'm not sure if using MVCArrays are going to solve this issue. Consider the nature of my program will have an entirely new set of LatLng points every 25 seconds or so. None of the points in the multi- dimensional MVCArray will be reused. I do not see any way to remove all of the values inside th

[Google Maps API v3] Missing parameter sensor error with gmapsv2

2010-12-02 Thread giaym.m...@gmail.com
Hi, I now this version is deprecated, but suddenly today Ive been receiving this error on load. I knew about this parameter so I just added it thinking it was enforced on all versions of the api, however after adding it it stills asks for the parameter. The source code on the browser does show the

[Google Maps API v3] How to deactivate 2.5D buildings?

2010-12-02 Thread abw
I am trying to style the ROADMAP. Is it possible to remove the grey 2.5D buildings? thnx, abw -- 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 unsub

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

2010-12-02 Thread Rob Day
I'm having the same issue - markers have started bouncing (lifting at drag start, dropping at drag end). Custom markers don't have an 'x' underneath them to allow the user to judge where the marker will come to rest on drag end. -- You received this message because you are subscribed to the Googl

[Google Maps API v3] Re: Determining is coordinate in my direction?

2010-12-02 Thread Whops
Thanks for good answers, I found a solution. But there is one more problem about drawing polyline by using routes. I can draw good poly line if two direction is near, if they are far poly line can't locate on the road. I mean if I'm drawing polyline between "Berazino" City and "Minsk" City every

[Google Maps API v3] getBounds() mathematics?

2010-12-02 Thread Jurgis Stepanovs
Hi, everybody! What is mathematics of function getBounds()? Is it possible to mathematically calculate any smaller rectangle bounds inside getBounds() area that are subset of getBounds() at any given zoom level? var bounds = gloabalgooglemapobject.getBounds();

[Google Maps API v3] Re: Google maps into Facebook?

2010-12-02 Thread detonate
Can someone please help me with this question? -- 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 google-ma

[Google Maps API v3] How do these sites use Google Maps?

2010-12-02 Thread Sture
Hi! Hope everythings fine with you. I'm building a swedish travel site where users are able to mark their exact location, upload pictures to countries and citys. It works like travbuddy.com but in Swedish. Is this possible to do with Google Maps API? Do I have to have a database with all the coun

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

2010-12-02 Thread Chad Killingsworth
The clickable links from the new forums don't translate over to the group interface. Here they are: http://www.johnmick.net/maps/v3polyupdate_method1/ http://www.johnmick.net/maps/v3polyupdate_method2/ http://www.johnmick.net/maps/v3polyupdate_method3/ Chad Killingsworth On Dec 2, 11:05 am, brat

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

2010-12-02 Thread bratliff
On Dec 2, 4:44 pm, John Mick wrote: > Ah I missed the MVCObject/MVCArray section in the API - I'm going to > work on putting together a sample application today to test this > approach and I'll be back with my findings soon. Thank you for this > tip. :) The "setPath" / "setPaths" methods also acc

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

2010-12-02 Thread Andrew Leach
On 2 December 2010 16:32, John Mick wrote: > I'm not sure why you aren't able to resolve those "Method 1, 2 3" links - It's because not everyone uses HTML email. Including Google Groups: the web interface at http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/f11e3f7fa211262

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

2010-12-02 Thread John Mick
Ah I missed the MVCObject/MVCArray section in the API - I'm going to work on putting together a sample application today to test this approach and I'll be back with my findings soon. Thank you for this tip. :) -- You received this message because you are subscribed to the Google Groups "Google M

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

2010-12-02 Thread John Mick
I have thought that that requiring the creation of new LatLng objects could cause an issue - however I have implemented my own solution (not using GPolygons) in V2 that constantly creates new LatLng objects and does not suffer from leaks. I'm sort of restarting my approach from scratch with V3 -

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

2010-12-02 Thread John Mick
I'm not sure why you aren't able to resolve those "Method 1, 2 3" links - but I can include the JavaScript source code from the example I put together here: (function(){ function generateRandomPoints() { var points = []; for (var i=0;i<10;i++) { var somePoints = []; for (var k=0;k<50;k++) { var

Re: [Google Maps API v3] Re: Display lat/long in HTML balloon

2010-12-02 Thread Shreerang Patwardhan
Hello Jesse, You can see what you want at the following link. But the code in is google maps api v3. The link is http://shreerangpatwardhan.blogspot.com/2010/11/playing-with-markers-and-info-window.html On Thu, Dec 2, 2010 at 9:48 PM, geocode...@gmail.com wrote: > On Dec 2, 7:54 am, Jesse

[Google Maps API v3] Re: Display lat/long in HTML balloon

2010-12-02 Thread geocode...@gmail.com
On Dec 2, 7:54 am, Jesse Osborne wrote: > Actually, I think I posted this in the wrong forum; it should have been > in the geocoding API forum. My apologies. Actually, the v2 group would be another choice. The code you posted is from the v2 API. http://groups.google.com/group/google-maps-api B

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

2010-12-02 Thread bratliff
On Dec 2, 3:54 pm, bratliff wrote: > Or try using a standard JavaScript array instead of a MVC array. I > suspect MVC arrays have a whole bunch of backward / forward links to > facilitate expansion / contraction / navigation of the array. It may > contain many small memory fragments. Both cond

[Google Maps API v3] Re: Display lat/long in HTML balloon

2010-12-02 Thread Jesse Osborne
Actually, I think I posted this in the wrong forum; it should have been in the geocoding API forum. My apologies. -- 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...@googleg

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

2010-12-02 Thread bratliff
On Dec 2, 3:17 pm, Chad Killingsworth wrote: > I would highly suggest that instead of removing and re-adding the > poly, or manually setting the path, you instead make the initial path > array an MVCArray. Then as you change the points in the array, the > polygon will automatically update. > > S

[Google Maps API v3] Display lat/long in HTML balloon

2010-12-02 Thread Jesse Osborne
This is a rather novice question but I am simply just trying to display the latitude and longitude of a queried location in an HTML balloon. I've taken the code from the example located at 'http://code.google.com/apis/maps/documentation/javascript/v2/examples/geocoding-simple.html' but rather th

[Google Maps API v3] Re: Cobining "My Maps" and GoogleJS API v3

2010-12-02 Thread geocode...@gmail.com
On Dec 2, 7:44 am, DSP wrote: > Thanks to all of you. > > There is a simple way to achieve what I wanted: > > You can get the "MyMaps" kml on the fly by just open your disered map > in mymaps, get the link , paste it in your browser and add a > "&output=kml" to it. > > Thats the way, you can call

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

2010-12-02 Thread geocode...@gmail.com
On Dec 2, 7:12 am, Chad Killingsworth wrote: > It's called the overview map and it hasn't been implemented for the v3 > API yet. And once you know that, this search: http://groups.google.com/group/google-maps-js-api-v3/search?group=google-maps-js-api-v3&q=overview+map&qt_g=Search+this+group Yiel

[Google Maps API v3] Re: Cobining "My Maps" and GoogleJS API v3

2010-12-02 Thread DSP
Thanks to all of you. There is a simple way to achieve what I wanted: You can get the "MyMaps" kml on the fly by just open your disered map in mymaps, get the link , paste it in your browser and add a "&output=kml" to it. Thats the way, you can call your mymap with the api: if (GBrowserIsCompat

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

2010-12-02 Thread Chad Killingsworth
I would highly suggest that instead of removing and re-adding the poly, or manually setting the path, you instead make the initial path array an MVCArray. Then as you change the points in the array, the polygon will automatically update. See http://code.google.com/apis/maps/documentation/javascri

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

2010-12-02 Thread Chad Killingsworth
It's called the overview map and it hasn't been implemented for the v3 API yet. You can both vote for and track the progress of the feature by staring this issue: http://code.google.com/p/gmaps-api-issues/issues/detail?id=1470 Chad Killingsworth On Dec 1, 4:29 pm, outofmind wrote: > Hello, I re

[Google Maps API v3] Re: Custom base overlay, with simple flat projection

2010-12-02 Thread Chad Killingsworth
You might take a look at the Euclidean projection referenced in this thread: http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/50421ba5c4dd307b/ Chad Killingsworth On Dec 2, 3:39 am, Matt Roberts wrote: > Hi, > > I'm using google map tiler to generate tiles that I want t

[Google Maps API v3] Re: Street View: Sluggish performance on iPad

2010-12-02 Thread Thomas Winkler
> We are aware of some performance issues on the iPad/iPhone and they being > addressed. Great, any info on when this will be fixed? Thanks, Thomas -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send em

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

2010-12-02 Thread pi5701
ok here you go: http://code.google.com/p/gmaps-api-issues/issues/detail?id=2910 -- 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 thi

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

2010-12-02 Thread geocode...@gmail.com
On Dec 2, 5:41 am, mike osterhout wrote: > It turns out you have to wait for marker manager to be ready. So after > you create the markerManager you have to create a custom event listener > that looks like this. > > google.maps.event.addListener(markerManager, 'loaded', function() { > > //place aj

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

2010-12-02 Thread geocode...@gmail.com
On Dec 2, 6:13 am, pi5701 wrote: > cmon, its a bug - no feature request needed imho - google, just > fix it - please... If it is a bug, that is also the place to report "issues"/bugs once they have been confirmed by this group. -- Larry -- You received this message because you are subscribed

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

2010-12-02 Thread pi5701
cmon, its a bug - no feature request needed imho - google, just fix it - please... -- 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

[Google Maps API v3] Re: Internet Explorer doesn't download "http://maps.google.com/maps/api/js?sensor=false"

2010-12-02 Thread geocode...@gmail.com
On Dec 2, 4:56 am, Sebastián Caggiano wrote: > here is the code of my page (part of it) And how do you expect us to debug a timing problem with a code dump? Please post a link to your map as requested in the posting guidelines. -- Larry > > > >     >     >     Geolocalizacion de locales

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

2010-12-02 Thread geocode...@gmail.com
On Dec 2, 3:46 am, pi5701 wrote: > dragging on a routemarker shows the crosshair. > > so just some temp bug i guess > > anyway, provide an option to disable bouncing, please Feature requests go here: http://code.google.com/p/gmaps-api-issues/issues/list?q=apitype:Javascript3 If you find one that

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

2010-12-02 Thread geocode...@gmail.com
On Dec 1, 11:50 pm, cobalt wrote: > I know. People from Google do not want to become interested in my > problem ... Why do you think they should be? -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send e

[Google Maps API v3] Re: [First Question]

2010-12-02 Thread geocode...@gmail.com
On Dec 2, 12:41 am, luqman wrote: > i ' am a newbie in google maps coding, > my question "Must i online to developing google maps > application???" Yes. The javascript and the map tiles are only legally available over the internet. -- Larry -- You received this message because you are subscr

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

2010-12-02 Thread mike osterhout
It turns out you have to wait for marker manager to be ready. So after you create the markerManager you have to create a custom event listener that looks like this. google.maps.event.addListener(markerManager, 'loaded', function() { //place ajax call in here }); -- You received this message be

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

2010-12-02 Thread slinky
Hello together, I want to say thanks to Luke for fixing the markerclusterer so fast. It helps me. I've written my own solution by catching the 'clusterclick' handler from outside which also works but its better to use your new version. Thank you very much. @Larry I know what you mean and I know t

[Google Maps API v3] Re: Internet Explorer doesn't download "http://maps.google.com/maps/api/js?sensor=false"

2010-12-02 Thread Sebastián Caggiano
here is the code of my page (part of it) Geolocalizacion de locales de pagos en el Uruguay .formatText{color:Green;font-size:11px;font-family:Arial;font- weight:bold;} http://maps.google.com/maps/ api/js?sensor=false"> ... -- You received t

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

2010-12-02 Thread fireofhellx
that is just what ive been looking for thanks a lot. you have saved me a lot of frustration -- 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 unsubsc

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

2010-12-02 Thread pi5701
dragging on a routemarker shows the crosshair. so just some temp bug i guess anyway, provide an option to disable bouncing, please -- 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-map

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

2010-12-02 Thread Greg45
Oups! It's more difficult for a not developper ! Could you help me for write the code ? I need to use this fonction because my website is already online. I'm not say write the code for me but just help me with a part of code. Thanks for your help On Dec 1, 6:12 pm, Rossko wrote: > > I have  some

[Google Maps API v3] Custom base overlay, with simple flat projection

2010-12-02 Thread Matt Roberts
Hi, I'm using google map tiler to generate tiles that I want to display in the google maps API, as a base layer (so they replace the google maps tiles completely). I have a working page based off v2 off the google maps API, which is taken from this example: http://examples.maptiler.org/flat/googl

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

2010-12-02 Thread Chris Broadfoot
Sure. Since you provide your own DOM element to contain the step-by-step instructions, you can apply your own styling to that container. Here's a super ugly example: http://savedbythegoog.appspot.com/retrieve_cache?unique_id=edbfc17ed5fd210dc13a86146b836d592c619495 Cheers Chris On Thu, Dec 2, 20

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

2010-12-02 Thread Chris Broadfoot
Okay, I *think* I now know what you are trying to achieve. You want to render your custom display around the DirectionsRenderer's own path, and have it update whenever the path is dragged. Correct? If so, you'll want to listen to the DirectionsRenderer 'directions_changed' event, and update your

[Google Maps API v3] [First Question]

2010-12-02 Thread luqman
i ' am a newbie in google maps coding, my question "Must i online to developing google maps application???" -- 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.

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

2010-12-02 Thread Ciul
Excuse me, I kinda had similar problem and well: Do the markers have an InfoWindow attached to them? If that's the case, you could use the domReady event from InfoWindows. ... from google.maps.InfoWindow class Event / Returns / Description domreadyNoneThis event is fired when the c

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

2010-12-02 Thread pi5701
wanna turn it off, too with no crosshair underneath marker its just annoying and dragging becomes useless -- 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: Setting zIndex to get label to display above marker

2010-12-02 Thread Gary Little
Malcolm, Here's a piece of code derived from from my MarkerWithLabel class that shows what you have to do: function setLabelZIndex( labeldiv, marker ) { var zAdjust = 1; // or -1 if you want the label in the background if (typeof marker.getZIndex() === "undefined") { labeldiv.style.zIndex