Click or drag to resize

MapPaddingSize Property

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Gets or sets the number of additional pixels to load on each side of the map as padding.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public uint PaddingSize { get; set; }

Property Value

Type: UInt32
Remarks
Padding increases the size of the loaded area of map without changing the size of the map, causing tiles to be fetched at the edge of the map such that there are always at least PaddingSize pixels preloaded outside the map on each side.

A larger value means more tiles are requested up front and while panning, but fewer unloaded tiles will be encountered while panning around a map as they are requested before they are visible.

For maps which are going to be used exclusively for outputting to images, this should be set to 0.

Defaults to 150.

See Also