Property | Type | Description | |
---|---|---|---|
Address | string | ||
Latitude | double? | ||
Longitude | double? |
Method | Description | |
---|---|---|
Location ( double latitude, double longitude, string address ) |
Initializes a new instance of the Location struct.
|
public Location ( double latitude, double longitude, string address ) | ||
latitude | double | The latitude of the location. |
longitude | double | The longitude of the location. |
address | string | The address of the location. |