Skip to content

Commit

Permalink
feat: added region tags
Browse files Browse the repository at this point in the history
  • Loading branch information
kikoso committed Aug 28, 2024
1 parent 8d138c7 commit d57783f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
* on how the Data-driven styling for boundaries work, check out the following link:
* https://developers.google.com/maps/documentation/android-sdk/dds-boundaries/overview
*/
// [START maps_android_data_driven_styling_boundaries]
public class DataDrivenBoundariesActivity extends AppCompatActivity implements OnMapReadyCallback,
FeatureLayer.OnFeatureClickListener {

Expand Down Expand Up @@ -224,3 +225,4 @@ private List<String> getPlaceIds(List<Feature> features) {
return placeIds;
}
}
// [END maps_android_data_driven_styling_boundaries]
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
* on how the Data-driven styling for boundaries work, check out the following link:
* https://developers.google.com/maps/documentation/android-sdk/dds-datasets/overview
*/
// [START maps_android_data_driven_styling_datasets]
public class DataDrivenDatasetStylingActivity extends AppCompatActivity implements OnMapReadyCallback, FeatureLayer.OnFeatureClickListener {

private static final LatLng SEATTLE = new LatLng(47.6062, -122.3321);
Expand Down Expand Up @@ -249,3 +250,4 @@ private void styleDatasetsLayerClickEvent() {
}
}
}
// [END maps_android_data_driven_styling_datasets]

0 comments on commit d57783f

Please sign in to comment.