unreal.LocationAccuracy

class unreal.LocationAccuracy

Bases: EnumBase

Enum used to determine what accuracy the Location Services should be run with. Based off the iOS kCLLocationAccuracy enums since those were the most restrictive (but convienently also had descriptive names)

C++ Source:

  • Plugin: LocationServicesBPLibrary

  • Module: LocationServicesBPLibrary

  • File: LocationServicesBPLibrary.h

LA_BEST: LocationAccuracy

4

LA_HUNDRED_METERS: LocationAccuracy

2

LA_NAVIGATION: LocationAccuracy

5

LA_ONE_KILOMETER: LocationAccuracy

1

LA_TEN_METERS: LocationAccuracy

3

LA_THREE_KILOMETERS: LocationAccuracy

0