Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-11953] Android: Investigate Maps v2

GitHub Issuen/a
TypeSub-task
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2013-01-29T14:17:52.000+0000
Affected Version/sn/a
Fix Version/s2013 Sprint 02 API
ComponentsAndroid
Labelsapi
ReporterJosh Roesslein
AssigneeIngo Muschenetz
Created2012-12-04T22:38:44.000+0000
Updated2017-03-16T21:43:16.000+0000

Description

Google has released version 2 of Maps. Investigate the changes in the new version and determine what is required to support it.

Comments

  1. Josh Roesslein 2013-01-15

    A few key tasks to support v2: - Fragments (TiUIFragment base class that supports fragment based views. SupportMapFragment) - Change TiBaseActivity to extend from FragmentActivity to support fragments. - Package apps w/ Google Play SDK. (add jar to dex list) - Remove old API keys code and tiappxml properties. Keys are now listed in Android manifest section.
  2. Josh Roesslein 2013-01-15

    There is also a memory leak caused by the new Maps library I saw during testing: https://code.google.com/p/gmaps-api-issues/issues/detail?id=4766 Hopefully Google patches it before v1 is turned off, as the leak seems to be pretty large.
  3. Lee Morris 2017-03-16

    Closing ticket as the issue has been fixed.

JSON Source