Class OsmBuildingOnlineFeatureLayer
public class OsmBuildingOnlineFeatureLayer : FeatureLayer
- Inheritance
-
OsmBuildingOnlineFeatureLayer
- Inherited Members
Constructors
OsmBuildingOnlineFeatureLayer()
Initializes a new instance of the OsmBuildingOnlineFeatureLayer class.
public OsmBuildingOnlineFeatureLayer()
Remarks
This is a constructor for this class.
- See Also
Properties
TileCache
Gets or sets the tileView cache.
public FileVectorTileCache TileCache { get; set; }
Property Value
- FileVectorTileCache
The tileView cache.
- See Also
Events
SendingWebRequest
Occurs when [sending web request].
public event EventHandler<SendingWebRequestEventArgs> SendingWebRequest
Event Type
- See Also
SentWebRequest
Occurs when [sent web request].
public event EventHandler<SentWebRequestEventArgs> SentWebRequest
Event Type
- See Also