[]
        
(Showing Draft Content)

C1.Win.Map.MapSlice.-ctor

MapSlice Constructor

MapSlice(double, int, int)

Initializes a new instance of MapSlice object.

Declaration
public MapSlice(double zoom, int latSlices, int longSlices)
Parameters
Type Name Description
double zoom

The minimum zoom of this slice.

int latSlices

The number of latitude divisions for this slice.

int longSlices

The number of longitude divisions for this slice.