Method | Description | |
---|---|---|
OpenGraphLocation ( double latitude, double longitude ) |
Initializes a new instance of the OpenGraphLocation class.
|
|
OpenGraphLocation ( double latitude, double longitude, double altitude ) |
Initializes a new instance of the OpenGraphLocation class.
|
public OpenGraphLocation ( double latitude, double longitude ) | ||
latitude | double | The latitude of the location. |
longitude | double | The longitude of the location. |
public OpenGraphLocation ( double latitude, double longitude, double altitude ) | ||
latitude | double | The latitude of the location. |
longitude | double | The longitude of the location. |
altitude | double | The altitude of the location. |