I have been trying to implement the  Euclidean Projection script which
I found during my searches...

http://google-maps-api-for-flash.googlegroups.com/web/TestProjection.as?gsc=l-ZUNRYAAAClUal-mYb3n73TLQDspNNuTvf5X75BbpUJK1xB1ciEUw

I am still very new to scripting with the API but have had no problem
getting this to work with the default projection. Unfortunately my
project requires me to import coordinates that are based on a non-
deformed lng/lat system.

At the moment I have only gotten the following error no matter how I
try to fix it:

TypeError: Error #1009: Cannot access a property or method of a null
object reference.

That error is repeated every time anything on the map is updated and
references pretty much all of the api packages...

I implement it the following way: ( which works for any other
projection )

var projection:IProjection = new com.projection();

var myMapType:MapType=new MapType
(tileLayers,projection,"myMapType",options);
myTileLayerVar.setMapType(myMapType);
--~--~---------~--~----~------------~-------~--~----~
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