FixPhrase Constructor (LatLng) |
doogal.co.uk Home
Initializes a new instance of the
FixPhrase class with a latitude and longitude.
Namespace:
DotNetCoords
Assembly:
DotNetCoords (in DotNetCoords.dll) Version: 1.0.0.24 (1.0.0.24)
Syntaxpublic FixPhrase(
LatLng ll
)
Public Sub New (
ll As LatLng
)
public:
FixPhrase(
LatLng^ ll
)
new :
ll : LatLng -> FixPhrase
Parameters
- ll
- Type: DotNetCoordsLatLng
The latitude and longitude.
See Also