libosmscout 1.1.1
Loading...
Searching...
No Matches
osmscout::Location Class Reference

#include <libosmscout/include/osmscout/location/Location.h>

Collaboration diagram for osmscout::Location:

Public Attributes

FileOffset locationOffset
 Offset to location.
FileOffset regionOffset
 Offset of the admin region this location is in.
FileOffset addressesOffset
 Offset to the list of addresses.
std::string name
 name of the location
std::vector< ObjectFileRef > objects
 List of objects that build up this location.

Detailed Description

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.

Member Data Documentation

◆ addressesOffset

FileOffset osmscout::Location::addressesOffset

Offset to the list of addresses.

◆ locationOffset

FileOffset osmscout::Location::locationOffset

Offset to location.

◆ name

std::string osmscout::Location::name

name of the location

◆ objects

std::vector<ObjectFileRef> osmscout::Location::objects

List of objects that build up this location.

◆ regionOffset

FileOffset osmscout::Location::regionOffset

Offset of the admin region this location is in.


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