Coordinate Constructor
Creates a Coordinate object with default values.
Namespace: CoordinateSharpAssembly: CoordinateSharp (in CoordinateSharp.dll) Version: 3.1.1.1
XMLNS for XAML: Not mapped to an xmlns.
Coordinate will initialize with a latitude and longitude of 0 degrees and
a GeoDate of 1900-1-1. All properties will be set to EagerLoaded.
The following example demonstrates how to create a default Coordinate.
Coordinate c = new Coordinate();