Hey all,

As per the title, I am getting this error:

TypeError: Error #1009: Cannot access a property or method of a null object 
reference.
at com.google.maps::MapType$/getDefaultMapType()
at com.google.maps::MapType$/get NORMAL_MAP_TYPE()
at Mapping::Map/blueprintAvailable()[SomePath\Mapping\Map.as:325]

Line 325 of the given file looks like this:

public function blueprintAvailable():void
{
*var MapStyle:IMapType = MapType.NORMAL_MAP_TYPE;*  <---- 325
this.setCenter( area.latLng, area.zoomLevel, MapStyle);
                        .... more code which doesn't get a chance to 
execute.

Anyone have any idea?  This error is occuring on our development server, but 
not on our production server which is running identical code in this part of 
the application.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API For Flash" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-maps-api-for-flash/-/svVLd3abaHgJ.
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