public class Way
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
org.mapsforge.core.model.LatLong |
labelPosition
The position of the area label (may be null).
|
org.mapsforge.core.model.LatLong[][] |
latLongs
The geographical coordinates of the way nodes.
|
byte |
layer
The layer of this way + 5 (to avoid negative values).
|
java.util.List<org.mapsforge.core.model.Tag> |
tags
The tags of this way.
|
Constructor and Description |
---|
Way(byte layer,
java.util.List<org.mapsforge.core.model.Tag> tags,
org.mapsforge.core.model.LatLong[][] latLongs,
org.mapsforge.core.model.LatLong labelPosition) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
public final org.mapsforge.core.model.LatLong labelPosition
public final org.mapsforge.core.model.LatLong[][] latLongs
public final byte layer
public final java.util.List<org.mapsforge.core.model.Tag> tags