Class Range

Package world.mappable.mapkit.location

java.lang.Object
    ↳ world.mappable.mapkit.location.Range

class Range implements Serializable

Summary

Constructors

Signature and Description

Range()
Use constructor with parameters in your code.

Range(double from,
      double to)

Methods

Type and modifiers

Method and Description

synchronized double

getFrom()

synchronized double

getTo()

void

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

static java.lang.String

getNativeName()

Constuctors

Range

Range()

Use constructor with parameters in your code.

This one is for serialization only!


Range

Range(double from,
      double to)


Methods

getFrom

double getFrom()


getTo

double getTo()


serialize

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


getNativeName

java.lang.String getNativeName()