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/
- Host: GitHub
- URL: https://github.com/balasasidhar/mapbox-examples
- Owner: balasasidhar
- License: mit
- Created: 2020-03-26T13:44:13.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-26T14:03:52.000Z (about 5 years ago)
- Last Synced: 2025-01-25T21:27:44.656Z (4 months ago)
- Topics: android, asset-tracking, location, location-tracker, location-tracking, mapbox, maps, navigation
- Language: Java
- Size: 267 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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