- determining which map service you want to use and setting up an account with it, if required
- creating a
Projectioninstance for the service - authenticating the projection
- using
ProjectionFactoryto get aProjectioninstance - how imagery is returned
- Other topics
Using the library involves the following steps:
- creating an instance of the projection class supporting the mapping service you want to use
- authenticating the projection instance
- defining a
MapRegion(which describes the display area you're interested in and how it relates to the underlying map service's map at a given scale) - loading the
MapRegionwith image data, or defining aMapTilewithin theMapRegionand loading it with image data. This is done using one of the image retrieval methods defined for the projection.