
Public Member Functions | |
| void | setLatLngAlt (double lat, double lng, double alt) |
| double | getLongitude () |
| void | setLongitude (double longitude) |
| double | getLatitude () |
| void | setLatitude (double latitude) |
| double | getAltitude () |
| void | setAltitude (double altitude) |
| void KmlLocation.setLatLngAlt | ( | double | lat, | |
| double | lng, | |||
| double | alt | |||
| ) |
Sets the latitude, longitude, and altitude of the Model.
| double KmlLocation.getLongitude | ( | ) |
Longitude of the Model's location. Angular distance in degrees, relative to the Prime Meridian. Values west of the Meridian range from -180 to 0 degrees. Values east of the Meridian range from 0 to 180 degrees.
| void KmlLocation.setLongitude | ( | double | longitude | ) |
Longitude of the Model's location. Angular distance in degrees, relative to the Prime Meridian. Values west of the Meridian range from -180 to 0 degrees. Values east of the Meridian range from 0 to 180 degrees.
| double KmlLocation.getLatitude | ( | ) |
Latitude of the camera location. Degrees north or south of the Equator (0 degrees). Values range from -90 degrees (South Pole) to 90 degrees (North Pole).
| void KmlLocation.setLatitude | ( | double | latitude | ) |
Latitude of the camera location. Degrees north or south of the Equator (0 degrees). Values range from -90 degrees (South Pole) to 90 degrees (North Pole).
| double KmlLocation.getAltitude | ( | ) |
Specifies the distance above the earth's surface.
| void KmlLocation.setAltitude | ( | double | altitude | ) |
Specifies the distance above the earth's surface.