GoogleMap Example
I’ve knocked together a basic Flex GoogleMap application and I’ll run over the basics in the next couple of posts.
Click the image below to view the app.
8 comments
8 Comments so far
Leave a reply
I’ve knocked together a basic Flex GoogleMap application and I’ll run over the basics in the next couple of posts.
Click the image below to view the app.
8 comments
Bad Behavior has blocked 517 access attempts in the last 7 days.
[...] The code (from point 3 onwards) is taken from this application [...]
[...] GoogleMap Example [...]
how to show location in google map which is in textfield?
abhishekchess1@gmail.com
Hi abhishekchess1, check out the documentation on Geocoding – that is the process of turning a string address in to a LatLng:
http://code.google.com/apis/maps/
documentation/flash/services.html
Cheers,
Neil
Hello,
I was reading some information that you have up on the Adobe Developer connection website (http://www.adobe.com/devnet/flex/articles/unit_testing.html)
I am currently looking for a good tool for testing UI or a Flex application that is currently being developed.
I was looking at using QTP, but my manager seems to think that this tool won’t be good enough for testing a complex application like the one that we are developing.
Could you possibly give me some input as to what tools I could use, or what tools you might recommend? Do you know of any open source tools that we could use?
Thanks in advance for your help.
Dee
Apologies – it appears that something in the API has changed recently so locations are not getting drawn on the map (if you have the debug Flash player you’ll now get a null-object exception)… if I can just find the source code I’ll be able to rectify the problem!
@Dee – check out dpuint
http://code.google.com/p/dpuint/
When I click on thumb of the vertical slider, the thumb continues to move with the mouse cursor after a mouse up. Whatever else I click on does not release the thumb. Therefore, I cannot zoom in/out.
However, it works fine if I don’t use the thumb.
I’m using Flash Player 10 debug on Vista (FF plugin).