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 ( _ x As Integer, _ y As Integer _ ) |
C# |
---|
public Coordinate( int x, int y ) |
Visual C++ |
---|
public: Coordinate( int x, int y ) |
JavaScript |
---|
EGIS.Mapbox.Vector.Tile.Coordinate = function(x, y); |
Parameters
- x
- Type: System..::..Int32
- y
- Type: System..::..Int32