The Map module allows you to access Apple's MapKit APIs
To access this module from JavaScript, you would do the following:
var Map = require("ti.map");
The Map
variable is a reference to the Module object.
View the Using Titanium Modules document for instructions on getting started with using this module in your application.
Must be run using a Titanium SDK that has had Maps removed. Running against a version of the SDK that still has the Maps module will result in a build failure.
Applications using this module must be built using Xcode 5 or later.
See documentation
Jeff Haynie & Jon Alter
View the change log for this module.
Please direct all questions, feedback, and concerns to info@appcelerator.com.
Copyright(c) 2013 by Appcelerator, Inc. All Rights Reserved. Please see the LICENSE file included in the distribution for further details.