libosmscout  0.1
osmscout::Location Class Reference

#include <Location.h>

Public Attributes

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

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: