youtube
v3
|
#include <geo_point.h>
Public Member Functions | |
GeoPoint (const Json::Value &storage) | |
GeoPoint (Json::Value *storage) | |
virtual | ~GeoPoint () |
const StringPiece | GetTypeName () const |
bool | has_altitude () const |
void | clear_altitude () |
double | get_altitude () const |
void | set_altitude (double value) |
bool | has_latitude () const |
void | clear_latitude () |
double | get_latitude () const |
void | set_latitude (double value) |
bool | has_longitude () const |
void | clear_longitude () |
double | get_longitude () const |
void | set_longitude (double value) |
Static Public Member Functions | |
static GeoPoint * | New () |
Geographical coordinates of a point, in WGS84.
|
explicit |
Standard constructor for an immutable data object instance.
[in] | storage | The underlying data storage for this instance. |
|
explicit |
Standard constructor for a mutable data object instance.
[in] | storage | The underlying data storage for this instance. |
|
virtual |
Standard destructor.
|
inline |
Clears the 'altitude
' attribute.
|
inline |
Clears the 'latitude
' attribute.
|
inline |
Clears the 'longitude
' attribute.
|
inline |
Get the value of the 'altitude
' attribute.
|
inline |
Get the value of the 'latitude
' attribute.
|
inline |
Get the value of the 'longitude
' attribute.
|
inline |
Returns a string denoting the type of this data object.
google_youtube_api::GeoPoint
|
inline |
Determine if the 'altitude
' attribute was set.
altitude
' attribute was set.
|
inline |
Determine if the 'latitude
' attribute was set.
latitude
' attribute was set.
|
inline |
Determine if the 'longitude
' attribute was set.
longitude
' attribute was set.
|
static |
Creates a new default instance.
|
inline |
Change the 'altitude
' attribute.
Altitude above the reference ellipsoid, in meters.
[in] | value | The new value. |
|
inline |
Change the 'latitude
' attribute.
Latitude in degrees.
[in] | value | The new value. |
|
inline |
Change the 'longitude
' attribute.
Longitude in degrees.
[in] | value | The new value. |