[flexcoders] Google Maps V3 in flex

2011-10-20 Thread faizal_ac
Hi 

I currently use Umap component in my RIA Application. I want to start using 
Google Maps, simply because it is more popular. I see that Google Maps V3 is 
now released however it seems to be for Javascript as google have discontinued 
Flex support. Does anybody know if its possible to use this V3 in Flex? i've 
heard some stuff about using an Iframe. Does anybody have any experience with 
this and can you help please?



[flexcoders] Google Maps Latitude and Longitude

2010-03-01 Thread s_hernandez01
Does anyone know how I would retrieve the latitude and longitude from a given 
address in google maps?

I'm using something like this, but I need to split it up to have the latitude 
and longitude in separate labels:


private function createMarker(point:LatLng):void {
marker = new Marker(point, new MarkerOptions({draggable: true}));
var markerContent:String = marker.getLatLng().toString();
}

mx:Label id=lat/
mx:Label id=lng/



Re: [flexcoders] Google Maps Latitude and Longitude

2010-03-01 Thread Paul Hastings
On 3/2/2010 5:46 AM, s_hernandez01 wrote:
 Does anyone know how I would retrieve the latitude and longitude from a given 
 address in google maps?

http://code.google.com/apis/maps/documentation/flash/reference.html#LatLng


[flexcoders] google maps (this sounds ridiculous)

2008-09-16 Thread stinasius
hi guys this may sound ridiculous since this is a yahoo forum but i
have no other place to turn. i have a flex application with a data
grid and a google map. the datagrid is populated by lat  lng
coordinates from a database and i would like that if someone clicks on
a row in the grid the map zooms out of its current position and then
moves to the new coordinates first and zooms in on that particular
place. basically i would like the it to function like the one in this
example http://www.asfusion.com/apps/homelocator/ but using google
maps. thanks guys.



Re: [flexcoders] google maps (this sounds ridiculous)

2008-09-16 Thread Paul Hastings
stinasius wrote:
 hi guys this may sound ridiculous since this is a yahoo forum but i
 have no other place to turn. i have a flex application with a data

what about the google maps flex list?

http://groups.google.com/group/google-maps-api-for-flash

have you looked through the demo gallery?

http://code.google.com/apis/maps/documentation/flash/demogallery.html

what about this? it does a pan (recenter), adding a zoom wouldn't be that big a 
deal.

http://www.insideria.com/2008/06/working-with-geogrpahic-data.html




[flexcoders] Google Maps - Error #2070 Cannot access Stage

2008-06-22 Thread Dmitri Girski
G'Day All!


I've embedded the GoogleMaps into the website and I am getting this
weird error #2070:

SecurityError: Error #2070: Security sandbox violation: caller
http://maps.googleapis.com/maps/lib/map_1_4.swf cannot access Stage
owned by http://dental4u.com.au/index.swf.
at flash.display::Stage/requireOwnerPermissions()
at flash.display::Stage/addEventListener()
at com.google.maps.core::MapImpl/addKeyDownListener()
at com.google.maps.core::MapImpl/configureMap()
at com.google.maps.core::DelayHandler/timerCallback()
at flash.utils::Timer/_timerDispatch()
at flash.utils::Timer/tick()

crossdomain.xml has the line:
allow-access-from domain =maps.googleapis.com /
And also I call the following line:

   Security.allowDomain(maps.googleapis.com/maps/flashapi); 


Does anybody know what is the cause of the problem?

Thanks in advance?

Cheers,
Dmitri.

http://mitek17.wordpress.com



Re: [flexcoders] Google Maps - Error #2070 Cannot access Stage

2008-06-22 Thread Meaglith Ma
I think it didn't need the crossdomain.xml.

Dmitri Girski 写道:
 G'Day All!
 
 
 I've embedded the GoogleMaps into the website and I am getting this
 weird error #2070:
 
 SecurityError: Error #2070: Security sandbox violation: caller
 http://maps.googleapis.com/maps/lib/map_1_4.swf cannot access Stage
 owned by http://dental4u.com.au/index.swf.
   at flash.display::Stage/requireOwnerPermissions()
   at flash.display::Stage/addEventListener()
   at com.google.maps.core::MapImpl/addKeyDownListener()
   at com.google.maps.core::MapImpl/configureMap()
   at com.google.maps.core::DelayHandler/timerCallback()
   at flash.utils::Timer/_timerDispatch()
   at flash.utils::Timer/tick()
 
 crossdomain.xml has the line:
 allow-access-from domain =maps.googleapis.com /
 And also I call the following line:
 
Security.allowDomain(maps.googleapis.com/maps/flashapi); 
 
 
 Does anybody know what is the cause of the problem?
 
 Thanks in advance?
 
 Cheers,
 Dmitri.
 
 http://mitek17.wordpress.com
 
 
 
 
 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives: 
 http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups Links
 
 
 
 


[flexcoders] google maps...

2008-03-05 Thread [p e r c e p t i c o n]
Hi All,
Can any one point me to some examples of integrating google api's with
flex...
thanks
and
cheers
p