Click or drag to resize

MapTileSize Property

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Gets or sets the size of a tile.

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

Property Value

Type: Int32
Remarks
This value is the number of pixels wide and high each map tile should be. This property is ignored when the current repository is not a GeoStreamRepository. This property is overridden when connected to a GeoStream server with a RecommendedTileSize set.

Defaults to 300.

See Also