Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-14055] Allow user location to be shown in Google Maps V2 module without the built-in "My Location" button

GitHub Issuen/a
TypeNew Feature
Priorityn/a
StatusClosed
ResolutionInvalid
Resolution Date2013-12-07T23:35:46.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsAndroid
Labelsandroid, feature
ReporterMagnus Oskarsson
AssigneeShak Hossain
Created2013-05-29T08:00:17.000+0000
Updated2013-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.

Comments

  1. Magnus Oskarsson 2013-08-15

    This issue should be resolved now, with the new userLocationButton property behaving as I suggested here.

JSON Source