Creates a new instance of the object
Namespace:
NetQuarry.GoogleGeocoder
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public Coordinate(
decimal latitude,
decimal longitude
)
Public Sub New (
latitude As Decimal,
longitude As Decimal
)
Parameters
- latitude
- Type: SystemDecimal
The latitude. - longitude
- Type: SystemDecimal
The longitude
See Also