Android Google Maps App

This is a google maps android app displaying polygons ( http://code.google.com/apis/maps/documentation/javascript/overlays.html#Polygons ) on the google map centred at the user’s current location, or at the location they searched for.

The polygon co-ordinates need to be retrieved from a database residing on a web server (PHP and mysql). The server should only be asked for and retrieve polygons visible on the device based on the current map center and zoom level.

Scrolling the map should update the displayed polygons.

The administrator needs a web interface to add polygons by clicking co-ordinates on a google map in their web browser.
Each polygon needs to be saved with a name field and two date fields.

The administrator needs a way of deleting polygons.

Initially this will be a Android app but if successful we will require a web and iphone version too.

Leave a Reply

Your email address will not be published. Required fields are marked *