 | GeoFencePoint Constructor (Double, Double) |
Initialize point with defined Latitude and Longitude
Namespace:
CoordinateSharp
Assembly:
CoordinateSharp (in CoordinateSharp.dll) Version: 2.9.4.2
Syntaxpublic Point(
double lat,
double lng
)
Parameters
- lat
- Type: SystemDouble
Latitude (signed) - lng
- Type: SystemDouble
Longitude (signed)
See Also