package
0.0.0-20200912120015-c4f54616a8e3
Repository: https://github.com/superloach/mapper.git
Documentation: pkg.go.dev

# Functions

GetLocations retrieves a list of Locations from the given DB.

# Constants

IngrTypeNone indicates that a Location is not in Ingress.
IngrTypePortal indicates that a Location is a Portal in Ingress.
IngrTypeUnknown indicates that a Location is unknown in Ingress.
PkmnTypeEXGym indicates that a Location is an EX-eligible Gym in Pokémon GO.
PkmnTypeGym indicates that a Location is a Gym in Pokémon GO.
PkmnTypeNest indicates that a Location is a Nest in Pokémon GO.
PkmnTypeNone indicates that a Location is not in Pokémon GO.
PkmnTypeStop indicates that a Location is a PokéStop in Pokémon GO.
PkmnTypeUnknown indicates that a Location is unknown in Pokémon GO.
WzrdTypeFortress indicates that a Location is a Fortress in Harry Potter: Wizards Unite.
WzrdTypeGreenhouse indicates that a Location is a Greenhouse in Harry Potter: Wizards Unite.
WzrdTypeInn indicates that a Location is an Inn in Harry Potter: Wizards Unite.
WzrdTypeNone indicates that a Location is not in Harry Potter: Wizards Unite.
WzrdTypeUnknown indicates that a Location is unknown in Harry Potter: Wizards Unite.

# Structs

Location contains lots of info about a Point Of Interest in location-based games.

# Type aliases

IngrType indicates a Location's type in Ingress.
PkmnType indicates a Location's type in Pokémon GO.
WzrdType indicates a Location's type in Harry Potter: Wizards Unite.