let position: LatLng = new LatLng(35.12345, -127.01234);
Params | Type | Details |
---|---|---|
lat | number | Latitude |
lng | number | Longitude |
Returns true if both are the same position.
Params | Type | Details |
---|---|---|
other | ILatLng | another position |
➡️ Returns boolean
Returns concat strings both lat
and lng
.
➡️ Returns string
Returns concat strings both lat
and lng
.
Params | Type | Details |
---|---|---|
precision | number | (optional)precision. Default is 6 |
➡️ Returns string