Namespace:
EGIS.Mapbox.Vector.Tile
Assembly: EGIS.Mapbox.Vector.Tile (in EGIS.Mapbox.Vector.Tile.dll)
Assembly: EGIS.Mapbox.Vector.Tile (in EGIS.Mapbox.Vector.Tile.dll)
Syntax
Visual Basic |
---|
Public Sub New ( _ key As String, _ val As Object, _ attributeType As AttributeType _ ) |
C# |
---|
public AttributeKeyValue( string key, Object val, AttributeType attributeType ) |
Visual C++ |
---|
public: AttributeKeyValue( String^ key, Object^ val, AttributeType attributeType ) |
JavaScript |
---|
EGIS.Mapbox.Vector.Tile.AttributeKeyValue = function(key, val, attributeType); |
Parameters
- key
- Type: System..::..String
- val
- Type: System..::..Object
- attributeType
- Type: EGIS.Mapbox.Vector.Tile..::..AttributeType