Skip to content

Instantly share code, notes, and snippets.

@here-devblog-gists
Last active August 28, 2018 10:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save here-devblog-gists/93440480c8d5ea8088e182766605fc5a to your computer and use it in GitHub Desktop.
Save here-devblog-gists/93440480c8d5ea8088e182766605fc5a to your computer and use it in GitHub Desktop.
...
m_map = m_mapFragment.getMap();
m_map.setPedestrianFeaturesVisible(EnumSet.of
(PedestrianFeature.CROSSWALK,
PedestrianFeature.STAIRS,
PedestrianFeature.BRIDGE,
PedestrianFeature.TUNNEL));
// setting the center of the map to Berlin
m_map.setCenter(new GeoCoordinate(52.505229, 13.44915),
Map.Animation.NONE);
m_map.setZoomLevel(13.2);
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment