Skip to content

Use the native Mapbox SDK with Axway Hyperloop.

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
LICENSE.txt
Notifications You must be signed in to change notification settings

hyperloop-modules/hyperloop-mapbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mapbox SDK in Titanium and Hyperloop

Use the MapBox SDK in Axway Hyperloop! This is an example of using the SDK, so this does not expose all possible API's of the SDK. See the official documentation for details.

Mapbox SDK in Appcelerator Hyperloop

Features

View

var MapBox = require('ti.mapbox');
var mapView = MapBox.createView();

Configuration

Add the following tags to your plist-section of the tiapp.xml and change YOUR_MAPBOX_ACCESS_TOKEN to your actual access token

        <!-- Mapbox configuration -->
        <key>MGLMapboxAccessToken</key>
        <string>YOUR_MAPBOX_ACCESS_TOKEN</string>
        
        <!-- General Geolocation permissions -->
        <key>NSLocationWhenInUseUsageDescription</key>
        <string>Can we access your location while using the app?</string>
        <key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
        <string>Can we access your location?</string>

License

Apache 2.0

Author

Hans Knöchel (Axway Appcelerator)

About

Use the native Mapbox SDK with Axway Hyperloop.

Topics

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
LICENSE.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •