Class TrafficLight
Warning
This feature is available in the Full MapKit SDK version
Package world.mappable.mapkit.directions.driving
java.lang.Object
↳ world.mappable.mapkit.directions.driving.TrafficLight
class TrafficLight implements Serializable
A traffic light object.
Summary
Constructors
Signature and Description |
TrafficLight(@NonNull PolylinePosition position) |
TrafficLight() |
Methods
Type and modifiers |
Method and Description |
getPosition() |
|
void |
serialize(world.mappable.runtime.bindings.Archive archive) |
Constuctors
TrafficLight
TrafficLight(@NonNull PolylinePosition position) |
TrafficLight
TrafficLight() |
Use constructor with parameters in your code.
This one is for bindings only!
Methods
getPosition
@NonNull |
The position of the traffic light.
serialize
@Override |