[TIMOB-16180] Android: Map v2 new features
| GitHub Issue | n/a |
|---|---|
| Type | New Feature |
| Priority | Medium |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2014-02-03T21:01:01.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | 2014 Sprint 03, 2014 Sprint 03 API, Release 3.3.0 |
| Components | Android |
| Labels | module_androidmapv2, qe-testadded |
| Reporter | Hieu Pham |
| Assignee | Hieu Pham |
| Created | 2014-01-13T20:53:15.000+0000 |
| Updated | 2014-04-22T18:37:14.000+0000 |
Description
Expose new functionalities to the existing map v2 module:
1. New properties:
-compassEnabled: Enable/disable the compass on the map
-zoom: allows zoom dynamically
-bearing: Direction that the camera is pointing in, in degrees clockwise from north.
-tilt: Angle of camera
-maxZoomLevel: returns max zoom level of the map
-minZoomLevel: returns min zoom level of the map
-onsnapshotready: Fired when the snapshot is ready.
2. New methods:
-snapshot: takes a snapshot of the map
3. Update google play services library
master PR: https://github.com/appcelerator-modules/ti.map/pull/28
PR 2: https://github.com/appcelerator-modules/ti.map/pull/29
PR 3: https://github.com/appcelerator-modules/ti.map/pull/32