An open API service indexing awesome lists of open source software.

https://github.com/balasasidhar/mapbox-examples

https://www.mapbox.com/
https://github.com/balasasidhar/mapbox-examples

android asset-tracking location location-tracker location-tracking mapbox maps navigation

Last synced: 2 months ago
JSON representation

https://www.mapbox.com/

Awesome Lists containing this project

README

        

# Mapbox Examples
https://www.mapbox.com/

### Development
1. Clone repo
```
git clone https://github.com/balasasidhar/mapbox-examples.git
```
2. Import Project in Android Studio
3. Create `apikeys.properties` file in project root directory and add the following line (replace **pk.abc.xyz** with your [Mapbox](https://www.mapbox.com/) API key)
```
MAPBOX_API_KEY="pk.abc.xyz"
```
4. Run application