You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository is a collection of source code used for [Mapbox tutorials](https://docs.mapbox/help/tutorials).
4
+
5
+
Each of these projects will be added to the repo according to the list below:
6
+
7
+
- The folder name will match the URL slug of the tutorial
8
+
- This means if you go to https://docs.mapbox.com/help/tutorials/FOLDER-NAME, you will locate the matching tutorial.
9
+
- Each project will contain a read me that includes:
10
+
- A link to the related tutorial
11
+
- Relevant downloading instructions
12
+
- A general synopsis of what the tutorial will do
13
+
- These projects will omit any sensitive information such as Access Tokens, so you will need to replace these elemnents with your own.
14
+
- This repo will continuously update its git ignore file to accommodate all project types, allowing you to download projects without unnecessary bloat from unneeded files.
This project is the finalized product from the "Build an android marker app using GeoJSON data"
2
+
3
+
See link here: https://docs.mapbox.com/help/tutorials/android-markers-from-geojson/
4
+
5
+
This tutorial covers a common UX pattern for Android mapping apps, adding map markers from external data using GeoJSON and presenting additional information about the marker on tap with a slide-in UI panel using ModalBottomSheet.
6
+
7
+
Your final map will include markers over 3 coffee shops in Providence, which you can tap to find out more information about the business.
0 commit comments