MapResizeMode¶
Namespace: ThinkGeo.UI.Android
The enumeration represents which mode will use for map resize.
public enum MapResizeMode
Inheritance Object → ValueType → Enum → MapResizeMode
Implements IComparable, IFormattable, IConvertible
Fields¶
Name | Value | Description |
---|---|---|
PreserveScale | 0 | This item represents that preserve the scale the same when map resize. |
PreserveScaleAndCenter | 1 | This item represents that preserve the scale the same and fix the center point of extent when map resize. |
PreserveExtent | 3 | This item represents that preserve the extent the same as before when map resize. |