Navigation
API > API/Plugins > API/Plugins/LocationServicesBPLibrary
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)
| Name | ELocationAccuracy |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/LocationServicesBPLibrary/Source/LocationServicesBPLibrary/Classes/LocationServicesBPLibrary.h |
| Include Path | #include "LocationServicesBPLibrary.h" |
Syntax
enum ELocationAccuracy
{
LA_ThreeKilometers,
LA_OneKilometer,
LA_HundredMeters,
LA_TenMeters,
LA_Best,
LA_Navigation,
}
Values
| Name | Remarks |
|---|---|
| LA_ThreeKilometers | |
| LA_OneKilometer | |
| LA_HundredMeters | |
| LA_TenMeters | |
| LA_Best | |
| LA_Navigation |