Initializes a new MapSlice.
Namespace:
C1.Phone.MapsAssembly: C1.Phone.Maps (in C1.Phone.Maps.dll)
Syntax
| C# |
|---|
public MapSlice( int latSlices, int longSlices, double zoom ) |
| Visual Basic |
|---|
Public Sub New ( _ latSlices As Integer, _ longSlices As Integer, _ zoom As Double _ ) |
Parameters
- latSlices
- Type: System..::..Int32
The number of latitude divisions for this slice.
- longSlices
- Type: System..::..Int32
The number of longitude divisions for this slice.
- zoom
- Type: System..::..Double
The minimum zoom of this slice.