public MapPresentationPage CreateMapPage( Presentation presentation, MapView mapView, int insertIndex )
Public Overloads Function CreateMapPage( _ ByVal presentation As Presentation, _ ByVal mapView As MapView, _ Optional ByVal insertIndex As Integer _ ) As MapPresentationPage
Parameters
- presentation
- The presentation
- mapView
- A map view
- insertIndex
- The insert position. If -1, the page is added to the end of the page collection. If 0, the page is added to the beginning of the page collection.