Markers Grid example in Flash not Flex? Help triggering markers from grid

2008-12-08 Thread Amanda
Not by choice...I have had to adapt the Markers in Grid example to Flash instead of Flex (having to integrate it with an existing site). I have the map showing up with all the markers, you can click the markers and the correct info windows show up. Getting the items in the List/DataGrid to trigg

v1.8b Released: 3 Bugs Fixed

2008-12-08 Thread pamela (Google Employee)
Hey developers- We've done a release of v1.8b, which fixes 3 externally tracked bugs: Issue 869 Remove 'DEBUG MODE' watermark for flash apps on file:// Issue 759 Error after unloading the map multiple times Issue 864 Bug: "Terms of use" misplaced Full changelog is here: http://code.google.co

Re: Geocoding Failures

2008-12-08 Thread pamela (Google Employee)
Hi Steve- For legacy reasons, the HTTP geocoding docs are in the JS API documentation: http://code.google.com/apis/maps/documentation/services.html#Geocoding_Direct We're working on breaking it own into its own documentation. It can be used in conjunction with the static, maps, or flash APIs. - p

Geocoding and custom InfoOptionWindow

2008-12-08 Thread Oscar Cortes
I have an application where users can submit questions by subject, and they enter manually their location ( I know it could be a drop-down of something, but it is the way it is currently designed). What I want to do is map those locations ( for example, 'san diego', 'Boston,Ma', 'Japan') on Googl

Re: How to group markers together based on their distance from each other?

2008-12-08 Thread pamela (Google Employee)
Hi Javier- Martin has put together a GNU-licensed solution for the JS API called ClusterMarker, which does visual clustering based on icon bounds. You can download it here and check it out: http://googlemapsapi.martinpearman.co.uk/downloads.php

Re: closing info windows

2008-12-08 Thread eyeole
Hello pamela, I was playing around after I posted my first question and I found a way (kind of) that works for me. Is there any any where with my previous code that I posted that I can add a info window to markerA with something like markerA.openInfoWindow(new InfoWindowOptions({content:

Re: Can I use Maps API for Flash in Korean map?

2008-12-08 Thread Lee.JoonHa
Thanks for your reply. I didn't Know that ! That'll be very helpful. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Maps API For Flash" group. To post to this group, send email to google-maps-api-for-flash@g

Re: com.google.maps.View

2008-12-08 Thread pamela (Google Employee)
I've uploaded Mike's presentation from Adobe MAX and added it to the media gallery; it's the 3rd one down: http://code.google.com/apis/maps/documentation/flash/mediagallery.html It contains various screenshots and explanations of the 3d perspective. - pamela On Sun, Dec 7, 2008 at 3:17 AM, krson

Re: I need help with custom InfoWindowOptions! Please!

2008-12-08 Thread pamela (Google Employee)
Hi Jamie- Does that class extend UIComponent? And are you using the Flex SWC? - pamela On Mon, Nov 3, 2008 at 11:47 PM, JamieJag <[EMAIL PROTECTED]> wrote: > > Well, I added a couple of rows to a grid, and added the grid to just > to test if it would show up on the InfoWindow, but it didn't. Ne

Re: Can I use Maps API for Flash in Korean map?

2008-12-08 Thread pamela (Google Employee)
Hi Lee.JoonHa- It isn't currently possible to override the domain for the special China or Korea tile set. Please star this issue, as the fix for China will be the same as for Korea: http://code.google.com/p/gmaps-api-issues/issues/detail?id=391 - pamela On Mon, Dec 8, 2008 at 7:04 PM, Lee.JoonH

Is Flex the best way to build my app?

2008-12-08 Thread Tiago d'Atalaia
Hello, I'm new to Flex, and usually I only program in C# over tcp/rs232 applications for telecom. Now I have to make an app that works offline, queries MySQL, is able to display my own road maps (while offline) or other custom maps (mapguide for example!). Is FLEX the best way? Can I use Google

Re: Geocoding Failures

2008-12-08 Thread [EMAIL PROTECTED]
Yes, I am using the ClientGeocoder. I will look into the HTTP geocoding service but I don't see a reference for that in the Flash API. Are you referring to something outside of the Flash maps API? Thanks a million. I'm glad to see I'm not going crazy. --~--~-~--~~~---~

General question : Info windows and overlays

2008-12-08 Thread Landryraccoon
This is a fairly open ended question so vague responses are welcomed. I am working on a flash / google maps application that is fairly involved. Basically it involves tracking changes to a geographical area over time, so the whole map component is inside a display object with play controls, clock

Re: Error opening URL

2008-12-08 Thread GriGri
Still getting this error, but now I also (sometimes) get the following security error: *** Security Sandbox Violation *** Connection to file:///C|/Documents%20and%20Settings/.../nullx=1&y=-1&zoom=16&s=Ga halted - not permitted from http://maps.googleapis.com/mapfiles/lib/map_1_8a.swf -- Remote S

Error opening URL

2008-12-08 Thread GriGri
Hello, When I move the map around with the mouse I sometimes get the following error: Error opening URL 'http://mt0.google.com/mt? v=w2.88&hl=en&x=0&y=2&zoom=16&s=Ga' or Error opening URL 'http://mt1.google.com/mt? v=w2.88&hl=en&x=1&y=2&zoom=16&s=Galil' I don't get this error all the time. I hav

How to group markers together based on their distance from each other?

2008-12-08 Thread Javier
Hello, i have tested and used the MarkerManager version for AS3, very nice work. But how be resolved the problem about grouping markers together based on their distance from each other? I dont want markers start to overlap each other, so is there any algorithm to calculate the distance in PIXELS

Re: MAP OVERLAY REGISTRATION

2008-12-08 Thread Javier de la Torre
Hi, You can find an example for Google Maps for flash here too: http://biodivertido.blogspot.com/2008/08/wms-overlays-in-google-maps-for-flash.html Javier www.vizzuality.com On Dec 8, 2008, at 11:25 AM, pamela (Google Employee) wrote: > Hi bigdog- > > Usually, you can create custom tile layers

Re: closing info windows

2008-12-08 Thread pamela (Google Employee)
Hi eyeole- To clear listeners in AS3, you have to use Object.removeEventListener, passing in the same parameters and function reference - so if you wanted to remove that listener, you'd have to make the event callback it's own function (not inline). See: http://livedocs.adobe.com/flash/9.0/ActionSc

Re: MAP OVERLAY REGISTRATION

2008-12-08 Thread pamela (Google Employee)
Hi bigdog- Usually, you can create custom tile layers and maps out of WMS services. See this example for the JS API: http://gapanalysis.nbii.gov/files/gmaps/gmap_WMS.html - pamela On Fri, Dec 5, 2008 at 3:30 AM, [EMAIL PROTECTED] <[EMAIL PROTECTED]>wrote: > > Pam > Looking at some of the work yo

Re: Markers from XML

2008-12-08 Thread pamela (Google Employee)
Hi Homig, When I run your map, I get the following error: Error #2044: Unhandled ioError:. text=Error #2032: Stream Error. URL: http://homig.info/map/localhost/markers.xml When I visit that URL in the browser, I get a 404. Are you using the Flash debug player? It helps immensely. - pamela On Fr

Re: Geocoding Failures

2008-12-08 Thread pamela (Google Employee)
Hey Steve- Are you using ClientGeocoder to add the addresses to the map? You should really only use that for user-entered addresses. For addresses you already know, you should use our HTTP geocoding service. The service has a max QPS, and will send a 620 status code when the quota has been gone ove

Can I use Maps API for Flash in Korean map?

2008-12-08 Thread Lee.JoonHa
Hi. Because of legal issues in Korea through a separate server has a map service. Can be used in the following url. http://maps.google.co.kr/ Can be used in the JavaScript API. >>Can I use Maps API for maps in Korea? >>http://groups.google.com/group/Google-Maps-API/browse_thread/thread/c359dfd3a1