Maps for WinRT
MapSlice Constructor


The number of latitude divisions for this slice.
The number of longitude divisions for this slice.
The minimum zoom of this slice.
Initializes a new MapSlice.
Syntax
'Declaration
 
Public Function New( _
   ByVal latSlices As Integer, _
   ByVal longSlices As Integer, _
   ByVal zoom As Double _
)
'Usage
 
Dim latSlices As Integer
Dim longSlices As Integer
Dim zoom As Double
 
Dim instance As New MapSlice(latSlices, longSlices, zoom)
public MapSlice( 
   int latSlices,
   int longSlices,
   double zoom
)

Parameters

latSlices
The number of latitude divisions for this slice.
longSlices
The number of longitude divisions for this slice.
zoom
The minimum zoom of this slice.
See Also

Reference

MapSlice Class
MapSlice Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback