Warning
This feature is available in the Full MapKit SDK version
Package world.mappable.mapkit.search
Class Entrance
java.lang.Object
↳ world.mappable.mapkit.search.Entrance
class Entrance implements Serializable
An entrance to a building
Summary
Constructors
Signature and Description |
Entrance() |
Entrance(@Nullable java.lang.String name, |
Methods
Type and modifiers |
Method and Description |
|
getName() |
|
getPoint() |
|
getDirection() |
void |
serialize(world.mappable.runtime.bindings.Archive archive) |
|
Constuctors
Entrance
Entrance() |
Use constructor with parameters in your code.
This one is for serialization only!
Entrance
Entrance(@Nullable java.lang.String name, |
Methods
getName
@Nullable |
Optional field, can be null.
getPoint
@NonNull |
getDirection
@Nullable |
Optional field, can be null.
serialize
@Override |
getNativeName
java.lang.String getNativeName() |