[TIMOB-5698] MobileWeb: Ti.Map implementation
GitHub Issue | n/a |
---|---|
Type | Story |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-03-21T12:10:52.000+0000 |
Affected Version/s | Release 2.0.0 |
Fix Version/s | Release 2.0.0, Sprint 2012-06 |
Components | MobileWeb |
Labels | n/a |
Reporter | Chris Barber |
Assignee | Chris Barber |
Created | 2011-06-23T03:36:13.000+0000 |
Updated | 2014-02-04T00:46:15.000+0000 |
Description
Need to verify HYBRID_TYPE, SATELLITE_TYPE, and STANDARD_TYPE constants.
Extends Evented.
Methods:
* createAnnotation()
* createMapView()
Attachments
File | Date | Size |
---|---|---|
timob-5698-maps.zip | 2012-03-21T06:05:45.000+0000 | 3112362 |
Pull request: https://github.com/appcelerator/titanium_mobile/pull/1754
I've attached a test project. In the app.js is two tests from kitchen sink. You'll have to comment out one of the tests to test the other one. You may need to remove the apikey from the tiapp.xml, which is ok, maps will still function. It declares a global called mapview that you can play with in the console.
Closing task.