[Google Maps API v3] Various questions.

2010-07-07 Thread LUIS TARZIA
Hello,i resume in one post my questions not resolved yet. 1) How i know the distance in meters o km from the center of map or any point to other point. ?? 2) the dragicon property accepts an /ani cursor ?? 3) Why te contains function of getbounds of rectangle alway return false ??? Thanks in advanc

[Google Maps API v3] Various questions.

2010-07-07 Thread LUIS TARZIA
Hello,i resume in one post my questions not resolved yet. 1) How i know the distance in meters o km from the center of map or any point to other point. ?? 2) the dragicon property accepts an /ani cursor ?? 3) Why te contains function of getbounds of rectangle alway return false ??? Thanks in advanc

[Google Maps API v3] Various questions.

2010-07-07 Thread LUIS TARZIA
Hello,i resume in one post my questions not resolved yet. 1) How i know the distance in meters o km from the center of map or any point to other point. ?? 2) the dragicon property accepts an /ani cursor ?? 3) Why te contains function of getbounds of rectangle alway return false ??? Thanks in advanc

[Google Maps API v3] Zoom

2010-07-13 Thread LUIS TARZIA
Hello,is possible animate the zoom of map how is actually in maps.google.com hen i dblclick the map ?? the map is moved how the zoom of camera. 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

[Google Maps API v3] Zoom

2010-07-13 Thread LUIS TARZIA
Hello,is possible animate the zoom of map how is actually in maps.google.com hen i dblclick the map ?? the map is moved how the zoom of camera. 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

[Google Maps API v3] Zoom

2010-07-13 Thread LUIS TARZIA
Hello,is possible animate the zoom of map how is actually in maps.google.com hen i dblclick the map ?? the map is moved how the zoom of camera. 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

[Google Maps API v3] Move polyline

2010-07-13 Thread LUIS TARZIA
Hello again: Two questions: How i get the effect what appears in the maps.google.com when i draw a polyline and in the mouse over shot the little circle and if i press the mouse and move then the line is recalculated ?? The polyline not have event of mouse. And: How i draw the polyline in middle

[Google Maps API v3] Move polyline

2010-07-13 Thread LUIS TARZIA
Hello again: Two questions: How i get the effect what appears in the maps.google.com when i draw a polyline and in the mouse over shot the little circle and if i press the mouse and move then the line is recalculated ?? The polyline not have event of mouse. And: How i draw the polyline in middle

[Google Maps API v3] Move polyline

2010-07-13 Thread LUIS TARZIA
Hello again: Two questions: How i get the effect what appears in the maps.google.com when i draw a polyline and in the mouse over shot the little circle and if i press the mouse and move then the line is recalculated ?? The polyline not have event of mouse. And: How i draw the polyline in middle

[Google Maps API v3] Find lat an lng in array

2010-07-16 Thread LUIS TARZIA
Hello,i get an array with various lat/lng values of one polyline. I click in the polyline and a need know which segment of the line i clicked. Hos i find in the array of path of polyline for i know in which point the event fired. Thanks in advance -- You received this message because you are subs

[Google Maps API v3] Find lat an lng in array

2010-07-16 Thread LUIS TARZIA
Hello,i get an array with various lat/lng values of one polyline. I click in the polyline and a need know which segment of the line i clicked. Hos i find in the array of path of polyline for i know in which point the event fired. Thanks in advance -- You received this message because you are subs

[Google Maps API v3] Find lat an lng in array

2010-07-16 Thread LUIS TARZIA
Hello,i get an array with various lat/lng values of one polyline. I click in the polyline and a need know which segment of the line i clicked. Hos i find in the array of path of polyline for i know in which point the event fired. Thanks in advance -- You received this message because you are subs

[Google Maps API v3] Add event to array of markers

2010-07-23 Thread LUIS TARZIA
Hello,i emulate the enabledrawing of polyline of v2. I generate markers and push into an array,set visibkle and colors ok. I need to asign the event drag to array of markers for intercept the drag of anywhere of then. Is possible ??? Thanks in advance. -- You received this message because you are

[Google Maps API v3] Maximo Zoom

2010-06-02 Thread LUIS TARZIA
Hola a todos,como se puede saber con la api 3 el maximo nivel de zoom de una coordenada ? Eso era muy bueno en la V2 que uno sabia hasta donde daba el zoom para evitar el mensaje de "no tiled " cuando se sobrepasaba. No entiendo porque lo sacaron o donde esta. Gracias,. -- You received this messa

[Google Maps API v3] Cursor Mouse

2010-06-17 Thread LUIS TARZIA
Hello,is possible change the mouse cursor to wait or personalized when i waiting for a zoom changed ??? Thanks in advance. -- 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..

[Google Maps API v3] Re: Cursor Mouse

2010-06-18 Thread LUIS TARZIA
Thanks!! Is possible set an .ani cursor in IE ??? On 18 jun, 14:39, KeithB wrote: > The following should get you started, Luis: > > google.maps.event.addListener(map, 'tilesloaded', function(e) { >   map.setOptions({draggableCursor:null}); > > }); > > google.maps.event.addListener(map, 'zoom_chan

[Google Maps API v3] bouncy IN V3

2010-06-23 Thread LUIS TARZIA
Hello,not exists the bouncy option in a marker in V3 ?? Why the v3 is more poor that v2 ??? -- 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 unsubscr

[Google Maps API v3] COORDINATES IN POLIGON

2010-06-29 Thread LUIS TARZIA
Hello,i draw a poligon in the map. I have an lat and long of point and i need know if the point is in the poligon of outer this. Exists any formula for this operation ?? Thanks in advance -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3"

[Google Maps API v3] COORDINATES IN POLIGON

2010-06-29 Thread LUIS TARZIA
Hello,i draw a poligon in the map. I have an lat and long of point and i need know if the point is in the poligon of outer this. Exists any formula for this operation ?? Thanks in advance -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3"

[Google Maps API v3] COORDINATES IN POLIGON

2010-06-29 Thread LUIS TARZIA
Hello,i draw a poligon in the map. I have an lat and long of point and i need know if the point is in the poligon of outer this. Exists any formula for this operation ?? Thanks in advance -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3"

[Google Maps API v3] Zoom Maps

2010-06-29 Thread LUIS TARZIA
Hello,is possible with the api emulate the effect of zoom in the http://maps.google.com when i dblclick on the map ?? And the four round reds blinking arround the center ?? Thanks in advance. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API

[Google Maps API v3] Zoom Maps

2010-06-29 Thread LUIS TARZIA
Hello,is possible with the api emulate the effect of zoom in the http://maps.google.com when i dblclick on the map ?? And the four round reds blinking arround the center ?? Thanks in advance. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API

[Google Maps API v3] Zoom Maps

2010-06-29 Thread LUIS TARZIA
Hello,is possible with the api emulate the effect of zoom in the http://maps.google.com when i dblclick on the map ?? And the four round reds blinking arround the center ?? Thanks in advance. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API

[Google Maps API v3] contains of getbounds

2010-07-01 Thread LUIS TARZIA
Hello,i get the bounds of rectangle with getbounds and invoque the contains function of this class with a point in the rectangle and the result is false. If the point if out the rectangle anywhere obtain false too. Is a bug of function ?? The point is in the center of the rectangle -- You re

[Google Maps API v3] contains of getbounds

2010-07-01 Thread LUIS TARZIA
Hello,i get the bounds of rectangle with getbounds and invoque the contains function of this class with a point in the rectangle and the result is false. If the point if out the rectangle anywhere obtain false too. Is a bug of function ?? The point is in the center of the rectangle -- You re

[Google Maps API v3] contains of getbounds

2010-07-01 Thread LUIS TARZIA
Hello,i get the bounds of rectangle with getbounds and invoque the contains function of this class with a point in the rectangle and the result is false. If the point if out the rectangle anywhere obtain false too. Is a bug of function ?? The point is in the center of the rectangle -- You re