GeoFencePoint(Double, Double) Constructor
            Initialize point with defined Latitude and Longitude
            
Namespace: CoordinateSharpAssembly: CoordinateSharp (in CoordinateSharp.dll) Version: 3.3.1.1
XMLNS for XAML: Not mapped to an xmlns.
public Point(
	double lat,
	double lng
)
Parameters
- lat  Double
 - Latitude (signed)
 - lng  Double
 - Longitude (signed)