Wt  3.2.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Public Member Functions
Wt::WGoogleMap::Coordinate Class Reference

A geographical coordinate (latitude/longitude) More...

List of all members.

Public Member Functions

 Coordinate ()
 Default constructor.
 Coordinate (double latitude, double longitude)
 Creates with given latitude and longitude.
void setLatitude (double latitude)
 Sets the latitude.
void setLongitude (double longitude)
 Sets the longitude.
double latitude () const
 Returns the latitude.
double longitude () const
 Returns the longitude.
double distanceTo (const Coordinate &rhs) const
 Calculates the distance between two points in km (approximate).
std::pair< double, double > operator() () const
 Conversion operator to pair of double.

Detailed Description

A geographical coordinate (latitude/longitude)


Member Function Documentation

double Wt::WGoogleMap::Coordinate::distanceTo ( const Coordinate rhs) const

Calculates the distance between two points in km (approximate).

The calculation uses a sphere. Results can be out by 0.3%.


Generated on Sun May 27 2012 for the C++ Web Toolkit (Wt) by doxygen 1.8.1