ive just realised after reading the complier errors properly that I
was going wrong trying to put 1 varible in there when its looking for
2 arguments. So I could have also sent 2 varibles something like this

//lat="-36.8470649" lng="174.7658387"
var lat:Number = -36.8470649;
var lng:Number = 174.7658387;


  map.setCenter(new LatLng(lat, lng), 13);

Just incase this helps anyone
--~--~---------~--~----~------------~-------~--~----~
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 [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-maps-api-for-flash?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to