ti.map Module

Description

The Map module allows you to access Apple's MapKit APIs

Accessing the map Module

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.

Getting Started

View the Using Titanium Modules document for instructions on getting started with using this module in your application.

Requirements

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.

Usage

See documentation

Documentation

Author

Jeff Haynie & Jon Alter

Module History

View the change log for this module.

Feedback and Support

Please direct all questions, feedback, and concerns to info@appcelerator.com.

License

Copyright(c) 2013 by Appcelerator, Inc. All Rights Reserved. Please see the LICENSE file included in the distribution for further details.