Namespace:
EGIS.Mapbox.Vector.Tile
Assembly:
EGIS.Mapbox.Vector.Tile (in EGIS.Mapbox.Vector.Tile.dll)
Syntax
Visual Basic |
---|
<ProtoMemberAttribute(, Name := "geometry", DataFormat := DataFormat.TwosComplement, _
Options := MemberSerializationOptions.Packed)> _
Public ReadOnly Property Geometry As List(Of UInteger)
Get |
C# |
---|
[ProtoMemberAttribute(, Name = "geometry", DataFormat = DataFormat.TwosComplement,
Options = MemberSerializationOptions.Packed)]
public List<uint> Geometry { get; } |
Visual C++ |
---|
[ProtoMemberAttribute(, Name = L"geometry", DataFormat = DataFormat::TwosComplement,
Options = MemberSerializationOptions::Packed)]
public:
property List<unsigned int>^ Geometry {
List<unsigned int>^ get ();
} |
JavaScript |
---|
function get_geometry();
|
See Also