[android-developers] MapView on load

2008-08-25 Thread David Foelber
Hi all, Is there a function callback for when the MapView is fully loaded (tiles, etc), or when the projection class is valid? The problem I'm having is that I'm loading an overlay apparently too early and it's crashing the application when it tries to access the view's projection class in

[android-developers] Re: MapView on load

2008-08-25 Thread David Foelber
Apologies, error in my code :D On Aug 25, 3:10 pm, David Foelber [EMAIL PROTECTED] wrote: Hi all, Is there a function callback for when the MapView is fully loaded (tiles, etc), or when the projection class is valid? The problem I'm having is that I'm loading an overlay apparently too early

[android-developers] Re: Problem with MapView

2008-08-20 Thread David Foelber
I'm running into this issue as well. From the logs, I get the line: I/MapActivity( 1106): Handling network change notification:CONNECTED E/MapActivity( 1106): Couldn't get connection factory client I/ActivityManager( 53): Displayed activity com.aws.android/.Typhoon: 1591 ms E/OSNetworkSystem(

[android-developers] Re: Problem with MapView

2008-08-20 Thread David Foelber
Worked for me, thanks! On Aug 20, 3:32 pm, Megha Joshi [EMAIL PROTECTED] wrote: Move the uses-permission tags above the application tag:  uses-permission android:name=android.permission.ACCESS_COARSE_LOCATION /    uses-permission android:name=android.permission.INTERNET /     application