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()
Use constructor with parameters in your code.

LocationError(@NonNull Range lateralErrorRange,
              @NonNull Range longitudinalErrorRange)

Methods

Type and modifiers

Method and Description

synchronized Range

getLateralErrorRange()
The error of spreading locations across the route.

synchronized Range

getLongitudinalErrorRange()
The error of spreading locations along the route.

void

serialize(world.mappable.runtime.bindings.Archive archive)

static java.lang.String

getNativeName()

Constuctors

LocationError

LocationError()

Use constructor with parameters in your code.

This one is for serialization only!


LocationError

LocationError(@NonNull Range lateralErrorRange,
              @NonNull Range longitudinalErrorRange)


Methods

getLateralErrorRange

@NonNull
Range getLateralErrorRange()

The error of spreading locations across the route.


getLongitudinalErrorRange

@NonNull
Range getLongitudinalErrorRange()

The error of spreading locations along the route.


serialize

@Override
void serialize(world.mappable.runtime.bindings.Archive archive)


getNativeName

java.lang.String getNativeName()