Class OverpassAPIDataLoaderOptions

An object to store the options for the OverpassAPIDataLoader

Source : file core/lib/OverpassAPIDataLoaderOptions.js at line 31

Constructor

new OverpassAPIDataLoaderOptions ( )

The constructor

Source : file core/lib/OverpassAPIDataLoaderOptions.js at line 65

Public properties

searchPlaces : Boolean

A flag indicating that the OSM places have to be searched

Source : file core/lib/OverpassAPIDataLoaderOptions.js at line 38

searchRelations : Boolean

A flag indicating that the OSM relations have to be searched

Source : file core/lib/OverpassAPIDataLoaderOptions.js at line 52

searchWays : Boolean

A flag indicating that the OSM ways have to be searched

Source : file core/lib/OverpassAPIDataLoaderOptions.js at line 45

setGeometry : Boolean

A flag indicating that the geometry for ways and relations have to be searched

Source : file core/lib/OverpassAPIDataLoaderOptions.js at line 59