City-of-Bloomington / open311-android

GeoReporter Android source code. Native Android smartphone client app for Open311 API civic issue reporting.
http://open311.org
Other
31 stars 36 forks source link

Update Google Play Servicest to rev.7 #75

Closed inghamn closed 10 years ago

inghamn commented 11 years ago

Google has updated the Play services library a while back. The location services have been improved and simplified. We should replace calls to the location services with the new Fused Location provider.

utopiadevelopers commented 11 years ago

Do you think it will be a good Idea to allow the user to place a marker on the map and take that location instead of always taking the location from the center of the map.(If I see a location on the map Its more convenient for me to just tap that location instead of the trying to get that location on the center of the map).

inghamn commented 11 years ago

We user tested it here, and determined that it was easier to pinpoint a location on a phone by having the user zoom and center the map on the point. Dragging a marker into place still requires zooming and panning, plus the complication of keeping the marker on the screen while trying to zoom in somewhere. Zooming and centering the map required no extra manipulation from the user.

utopiadevelopers commented 11 years ago

Ok Fine.Also It better to have consistent behavior between the IOS and Android version.