|
libosmscout 0.1
|
A location is a named point, way, area or relation on the map. More...
#include <Location.h>
Public Attributes | |
| FileOffset | addressesOffset |
| Offset to the list of addresses. | |
| FileOffset | locationOffset |
| Offset to location. | |
| std::string | name |
| name of the location | |
| std::vector< ObjectFileRef > | objects |
| List of objects that build up this location. | |
| FileOffset | regionOffset |
| Offset of the admin region this location is in. | |
A location is a named point, way, area or relation on the map.
Something you can search for. Location are currently returned by Database.GetMatchingLocations() which uses CityStreetIndex internally.
| FileOffset osmscout::Location::addressesOffset |
Offset to the list of addresses.
| FileOffset osmscout::Location::locationOffset |
Offset to location.
| std::string osmscout::Location::name |
name of the location
| std::vector<ObjectFileRef> osmscout::Location::objects |
List of objects that build up this location.
| FileOffset osmscout::Location::regionOffset |
Offset of the admin region this location is in.