Class LocationError
Package world.mappable.mapkit.location
java.lang.Object
↳ world.mappable.mapkit.location.LocationError
class LocationError implements Serializable
Summary
Constructors
|
Signature and Description |
|
LocationError() |
|
LocationError(@NonNull Range lateralErrorRange, |
Methods
|
Type and modifiers |
Method and Description |
|
|
getLateralErrorRange() |
|
|
getLongitudinalErrorRange() |
|
void |
serialize(world.mappable.runtime.bindings.Archive archive) |
|
|
Constuctors
LocationError
|
LocationError() |
Use constructor with parameters in your code.
This one is for serialization only!
LocationError
|
LocationError(@NonNull Range lateralErrorRange, |
Methods
getLateralErrorRange
|
@NonNull |
The error of spreading locations across the route.
getLongitudinalErrorRange
|
@NonNull |
The error of spreading locations along the route.
serialize
|
@Override |
getNativeName
|
java.lang.String getNativeName() |