Interface IRuntimeMapInfo3
Describes the structure of a Runtime Map. Based on RuntimeMap v4.0.0 schema
Inherited Members
Namespace: OSGeo.MapGuide.ObjectModels.RuntimeMap
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IRuntimeMapInfo3 : IRuntimeMapInfo2, IRuntimeMapInfo
Properties
| Improve this Doc View SourceTileFormat
The tile content format
Declaration
string TileFormat { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TilePixelRatio
The tile pixel ratio for retina tiles
Declaration
int TilePixelRatio { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TileSetProvider
The provider for the Tile Set Definition
Declaration
string TileSetProvider { get; set; }
Property Value
Type | Description |
---|---|
System.String |