Icons
Geocode
LBS
Search
Route
Points
Miscellaneous
Index

Coordinate

This is the base class of the provided coordinates classes.

Summary
This is the base class of the provided coordinates classes.
The Coordinate constructor.

Constructors

Coordinate

Coordinate(double x
double y)

The Coordinate constructor.  Creates a new coordinate instance.

Parameters

xThe x coordinate.
yThe y coordinate.
Coordinate(double x
double y)
The Coordinate constructor.