This example app demonstrates the following features:
- Show a collection of polylines on map.
When you run the example app, you'll be viewing the scene from above. A collection of polylines will be visible as well.
- Create a
MapServiceListener,OpenGLContext,ScreenandMapView. - Create a
MarkerCollectionof typePolylineand add the desired coordinates to it. - Set the newly created
MarkerCollectionin the markers collections of the map view preferences. - Instruct the
MapViewto center on the area defined by the earlier createdMarkerCollection. - Allow the application to run until the map views are fully loaded.
