Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Commit

Permalink
Multiple geometries example (#490)
Browse files Browse the repository at this point in the history
* example

* initial setup

* geojson adjustment

* tweaks

* changes

* opening camera position change

* tweaks

* geojson cleanup

* geometries are drawn

* added javadocs

* new geojson and url

* put file back

* space

* tweak

* tweak2

* Update fenway_park_geofence.geojson

* String tweak

* moved example location to dds section

* fix
  • Loading branch information
Langston Smith authored Oct 4, 2017
1 parent 21ac034 commit eca8f75
Show file tree
Hide file tree
Showing 10 changed files with 59,926 additions and 4 deletions.
7 changes: 7 additions & 0 deletions MapboxAndroidDemo/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,13 @@
android:name="android.support.PARENT_ACTIVITY"
android:value="com.mapbox.mapboxandroiddemo.MainActivity"/>
</activity>
<activity
android:name=".examples.dds.MultipleGeometriesActivity"
android:label="@string/activity_dds_multiple_geometries_title">
<meta-data
android:name="android.support.PARENT_ACTIVITY"
android:value="com.mapbox.mapboxandroiddemo.MainActivity"/>
</activity>
<activity
android:name=".examples.annotations.AnimatedMarkerActivity"
android:label="@string/activity_annotation_animated_marker_title">
Expand Down
Loading

0 comments on commit eca8f75

Please sign in to comment.