I have an application with a map and an ItemizedOverlay, and need to determine if the user is within a certain distance of a GeoPoint on the ItemizedOverlay. If thats the case then start a new Activity..
How do I approach this?
I have an application with a map and an ItemizedOverlay, and need to determine if the user is within a certain distance of a GeoPoint on the ItemizedOverlay. If thats the case then start a new Activity..
How do I approach this?
It sounds like you have various things you need to do, I would break it down into the following
startActivity(intent); which would start another activity, you can read more here