Wt  3.7.1
Public Member Functions | List of all members
Wt::WLeafletMap::Coordinate Class Reference

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

Public Member Functions

 Coordinate ()
 Default constructor. More...
 
 Coordinate (double latitude, double longitude)
 Create a coordinate (latitude, longitude)
 
void setLatitude (double latitude)
 Set the latitude.
 
double latitude () const
 Get the latitude.
 
void setLongitude (double longitude)
 Set the longitude.
 
double longitude () const
 Get the longitude.
 
bool operator== (const Coordinate &other) const
 Equality comparison operator.
 
bool operator!= (const Coordinate &other) const
 Inequality comparison operator.
 

Detailed Description

A geographical coordinate (latitude/longitude)

Constructor & Destructor Documentation

◆ Coordinate()

Wt::WLeafletMap::Coordinate::Coordinate ( )

Default constructor.

Constructs a coordinate with latitude and longitude set to 0.


Generated on Tue Dec 15 2020 for the C++ Web Toolkit (Wt) by doxygen 1.8.13