[TIMOB-14055] Allow user location to be shown in Google Maps V2 module without the built-in "My Location" button
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | n/a |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2013-12-07T23:35:46.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Android |
Labels | android, feature |
Reporter | Magnus Oskarsson |
Assignee | Shak Hossain |
Created | 2013-05-29T08:00:17.000+0000 |
Updated | 2013-12-07T23:36:01.000+0000 |
Description
We have several "map modes" (where following the current location is just one) in our app, so we would like our own "buttons" for these, while still showing the current location on the map. Suggestion: new property enableMyLocationControl: Boolean (default: true) in Modules.Map.View that decides visibility of the "My location" button rather than userLocation property. If you want backwards compability, it should only have effect when userLocation is true. In my case, I would then set userLocation = true and enableMyLocationControl = false.
This issue should be resolved now, with the new userLocationButton property behaving as I suggested here.