StiGisPointLatLng Struct
Namespace: Stimulsoft.Map.Gis.Core
Constructors
| Constructor | Description |
|---|---|
| StiGisPointLatLng(double lat, double lng) |
StiGisPointLatLng(lat: double, lng: double)
Parameters
- lat (double)
- lng (double)
Properties
| Property | Type | Description |
|---|---|---|
| Lat | double | |
| Lng | double |
Methods
| Method | Returns | Description |
|---|---|---|
| Equals | bool | |
| GetHashCode | int | |
| Offset | void | |
| ToString | string |
Method Details
Equals
Equals(obj: object): bool
Parameters
- obj (object)
Returns bool
GetHashCode
GetHashCode(): int
Returns int
Offset
Offset(lat: double, lng: double): void
Parameters
- lat (double)
- lng (double)
ToString
ToString(): string
Returns string
Fields
| Field | Type | Description |
|---|---|---|
| Empty | StiGisPointLatLng |