[Google Maps API v3] New bug in v3.4? Circle object fires mouseover and mouseout events far outside circle itself

2011-04-30 Thread Jan
Hi all, I haven't found any evidence of anyone else having this problem, but in my application with the release of v3.4 circles seem have started firing mouseover and mouseout events far outside the circle itself. Has anybody else run into this? Here is the app as it should be working, using 3

[Google Maps API v3] API DA GOOGLE COM MONITORAMENTO

2011-04-30 Thread carlosantoliv
Pessoal, é o seguinte, asssim: Preciso desenvolver em C#.NET, com o Visual Studio 2008 e Banco de dados SQL SERVER 2005... Tipo assim um sistema de Geo-localização de Veiculos utilizando o google maps e fazendo isto com banco de dados que fora informado mais acima, trabalhando com Latitude, Lon

[Google Maps API v3] Re: Alternate to Gears\html5

2011-04-30 Thread en4ce
excellent answer, totally agree... but i am still thinking to ask users permission is a failure because 99% of the users dont press "ok" because it looks like a "threat" (depending on the people you address)... remember the "simple minded" people don't care if the displayed location is a few km/mil

[Google Maps API v3] Re: Alternate to Gears\html5

2011-04-30 Thread Esa
I really don't understand what do you mean by "We are not supporting html5" On Apr 30, 7:30 pm, Navindian wrote: > We are not supporting html5. Gears seems to be deprecated.  I need > alternative to Gears and Html5. > > On Sat, Apr 30, 2011 at 9:58 PM, Navindian wrote: > > Yes I am using Gear

Re: [Google Maps API v3] remove marker when within radius

2011-04-30 Thread Chris Broadfoot
How many markers? The simplest way would be to iterate through all your locations and calculate the distance to them: http://code.google.com/apis/maps/documentation/javascript/reference.html#spherical If you have many markers, you may want to use a structure like a quad-tree for quicker lookup.

[Google Maps API v3] Re: Can't Load XML - No errors on Firebug

2011-04-30 Thread geocode...@gmail.com
On Apr 30, 11:07 am, Danny Tan wrote: > Seems to be no errors from firebug, but no markers are loading in the map > > It seems like I can only load them as attributes? I have pages where I load from xml elements (KML is the largest example of an xml format that uses element content, not attribute

[Google Maps API v3] Re: Alternate to Gears\html5

2011-04-30 Thread Pil
Maybe you are meaning the Geolocation API. But that's no alternative to HTML 5 because it's a part of it. It's right that Gears has been deprecated, but it's still doing a good job for browsers that doesn't support the Geolocation API (mainly IE). The location of the client can also be detemined

[Google Maps API v3] Alternate to Gears\html5

2011-04-30 Thread Navindian
We are not supporting html5. Gears seems to be deprecated. I need alternative to Gears and Html5. On Sat, Apr 30, 2011 at 9:58 PM, Navindian wrote: > Yes I am using Gears API. But the End User needs to install Gears. Thats > the concern. > > On Sat, Apr 30, 2011 at 4:33 PM, Rossko wrote: > >> >

Re: [Google Maps API v3] Re: Gears Installation?

2011-04-30 Thread Navindian
Yes I am using Gears API. But the End User needs to install Gears. Thats the concern. On Sat, Apr 30, 2011 at 4:33 PM, Rossko wrote: > > When I try to login into my map. It should center the map based on > browser > > location. > > You'll probably want to adapt a geolocation script > > http://co

[Google Maps API v3] Rendering driving instructions

2011-04-30 Thread sgiddings
I am building my own display of the driving instructions. I do not change or modify the instructions, however I try to give some pictograms to help illustrate the instruction. This is where things get difficult. Up to now, I have been looking for keyword combinations to be able to choose the corre

[Google Maps API v3] Need help in adding a custom control with drop down option?

2011-04-30 Thread Ravi
I need to create a custom control with drop down option in my map. I have been go through with all the related documents. What i found is there is one option to insert our custom control into maptype option like topo in this given example(http://www.william-map.com/20100709/1/menu.htm) . Hope y

[Google Maps API v3] remove marker when within radius

2011-04-30 Thread fireofhellx
ive been posting a lot of question on here lately so sorry if people are getting sick of me i just keep getting suck and not finding much help from my searches. so im making a game using google maps where the user has to get collectables by moving around their location (this is a mobile web app) t

[Google Maps API v3] Re: Local Map

2011-04-30 Thread Rossko
> When I try to login into my map. It should center the map based on browser > location. You'll probably want to adapt a geolocation script http://code.google.com/apis/maps/documentation/javascript/basics.html#Geolocation -- You received this message because you are subscribed to the Google Grou

[Google Maps API v3] Re: Is there a limit to the number of infoboxes?

2011-04-30 Thread pontusw
Great help - thank you very much.I've got it all the markers and infoboxes on there now. I'd originally used lightbox2, then changed it to slimbox and forgotten that onload="initialize();" was no longer needed. Didn't know how to debug Javascript in Firebug - now I do! One other thing (if you

Re: [Google Maps API v3] Re: Selenium test with V3

2011-04-30 Thread James McGill
Set optimized = false; for each of your markers (see http://code.google.com/apis/maps/documentation/javascript/reference.html#MarkerOptions). Note that this has a performance cost, so I would suggest doing this only for the purposes of testing. On Sat, Apr 30, 2011 at 8:17 AM, ling ling wrote: >

Re: [Google Maps API v3] where to put the maximumAge setting

2011-04-30 Thread Chris Broadfoot
The spec may help: http://dev.w3.org/geo/api/spec-source.html You may actually be looking for "watchPosition". On Sat, Apr 30, 2011 at 12:01 AM, Jason <1jason.whatf...@gmail.com> wrote: > Hi there, > > I am following the tutorial at > http://code.google.com/apis/maps/documentation/javascript/ba

[Google Maps API v3] where to put the maximumAge setting

2011-04-30 Thread Jason
Hi there, I am following the tutorial at http://code.google.com/apis/maps/documentation/javascript/basics.html#DetectingUserLocation and have put together the page exactly as shown at http://code.google.com/apis/maps/documentation/javascript/examples/map-geolocation.html In order to "refresh"