enum

Trackmap::Cli::Poi

Inherits Enum < Comparable < Value < Object

Constants

Peak = 0
CampSite = 1
Information = 2
DrinkingWater = 3
PicnicTable = 4
Shop = 5
Food = 6
Lodging = 7

Instance methods

camp_site?

Returns true if this enum value equals CampSite

Source
description
Source
drinking_water?

Returns true if this enum value equals DrinkingWater

Source
food?

Returns true if this enum value equals Food

Source
information?

Returns true if this enum value equals Information

Source
lodging?

Returns true if this enum value equals Lodging

Source
osm_query
Source
peak?

Returns true if this enum value equals Peak

Source
picnic_table?

Returns true if this enum value equals PicnicTable

Source
shop?

Returns true if this enum value equals Shop

Source