MapViewStretchMode¶
Namespace: ThinkGeo.Core
Defines the modes for stretching and displaying map tiles.
public enum MapViewStretchMode
Inheritance Object → ValueType → Enum → MapViewStretchMode
Implements IComparable, IFormattable, IConvertible
Fields¶
Name | Value | Description |
---|---|---|
ShowNewTilesOnStart | 0 | After stretching existing tiles, new map tiles are shown immediately as they start rendering. |
This mode allows for a more dynamic and responsive user experience by incrementally | ||
displaying new tiles as soon as they are available. | ||
ShowNewTilesOnComplete | 1 | After stretching existing tiles, new map tiles are shown only after all new tiles have finished rendering. |
This mode ensures a consistent view by waiting until all new tiles are ready, avoiding incremental updates. |