libmoost
moost::container::geo_map< Data >::location Struct Reference

Key/lookup type of geo_map. More...

#include <geo_map.hpp>

List of all members.

Public Member Functions

 location ()
 location (float latitude_, float longitude_)

Public Attributes

float latitude
float longitude

Detailed Description

template<class Data>
struct moost::container::geo_map< Data >::location

Key/lookup type of geo_map.

Coordinates are interpreted as decimal degrees.

Definition at line 55 of file geo_map.hpp.


Constructor & Destructor Documentation

template<class Data>
moost::container::geo_map< Data >::location::location ( ) [inline]

Definition at line 57 of file geo_map.hpp.

template<class Data>
moost::container::geo_map< Data >::location::location ( float  latitude_,
float  longitude_ 
) [inline]

Definition at line 58 of file geo_map.hpp.


Member Data Documentation

template<class Data>
float moost::container::geo_map< Data >::location::latitude

Definition at line 59 of file geo_map.hpp.

template<class Data>
float moost::container::geo_map< Data >::location::longitude

Definition at line 60 of file geo_map.hpp.


The documentation for this struct was generated from the following file: