This example app demonstrates the following features:
- Show a collection of polygons on map.
When you run the example app, you'll be viewing the scene from above. A collection of polygons will be visible as well.
- Create a
MapServiceListener,OpenGLContext,ScreenandMapView. - Create a
MarkerCollectionof typePolygonand 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.
