
In this article, we will develop an Android application which demonstrates how to add multiple proximity alerts in Google Maps Android API V2. We will make use the Android API class “LocationManager” to add and remove the proximity alerts and SharedPreferences to persist the markers on the Google Maps while restarting the application. In...