Get/Set the feature geometry

Namespace:  EGIS.Mapbox.Vector.Tile
Assembly:  EGIS.Mapbox.Vector.Tile (in EGIS.Mapbox.Vector.Tile.dll)

Syntax

Visual Basic
Public Property Geometry As List(Of List(Of Coordinate))
	Get
	Set
C#
public List<List<Coordinate>> Geometry { get; set; }
Visual C++
public:
property List<List<Coordinate>^>^ Geometry {
	List<List<Coordinate>^>^ get ();
	void set (List<List<Coordinate>^>^ value);
}
JavaScript
function get_geometry();
function set_geometry(value);

See Also