Hey
am trying to convert this code from Umap to google maps.
how can i get a percentage value (Umappcent) below
map.addEventListener(MapEvent.TILES_LOADED_PENDING,onTilesLoadedPending);
map.addEventListener(MapEvent.TILES_LOADED,onTilesLoaded);
function onTilesLoadedPending(event:MapLoadEvent):void {
var Umappcent:Number=event.currentTile/event.totalTiles*100;
}
Thanks.
--
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.