[TIMOB-12804] "zoomEnabled:false," is not exposed in Titanium Map View Documentation though can be used.
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Open |
Resolution | Unresolved |
Affected Version/s | Release 3.0.0, Release 3.0.1, Release 3.0.2 |
Fix Version/s | n/a |
Components | Android |
Labels | android, documentation, mobilesdk, titanium |
Reporter | Ashish Nigam |
Assignee | Ashraf Abu |
Created | 2013-02-21T10:47:17.000+0000 |
Updated | 2016-06-30T04:37:38.000+0000 |
Description
"zoomEnabled:false," this property can be used to disable the builtinzoom control in android map view.
Though programmatically we can access this, but not mentioned in map view documentation.
Documentation link : http://docs.appcelerator.com/titanium/latest/#!/api/Titanium.Map.View-property-mapType to refer and check.
Titanium Mobile SDK link:
https://github.com/appcelerator/titanium_mobile/blob/master/android/modules/map/src/java/ti/modules/titanium/map/TiMapView.java
line number 752 to access this property.
No comments