public class

Waypoint

extends Object
java.lang.Object
   ↳ com.mapsted.positioning.coreObjects.Waypoint

Summary

Nested Classes
class Waypoint.Builder Builder class to create Waypoint object  
Public Methods
static Waypoint from(ISearchable iSearchable)
int getBuildingId()
Set<EntityZone> getEntityZones()
Get the EntityZones of this Waypoint object if it is an EntityWaypoint, returns an empty set otherwise.
List<MercatorZone> getLocations()
String getName()
int getPropertyId()
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public static Waypoint from (ISearchable iSearchable)

public int getBuildingId ()

public Set<EntityZone> getEntityZones ()

Get the EntityZones of this Waypoint object if it is an EntityWaypoint, returns an empty set otherwise.

public List<MercatorZone> getLocations ()

public String getName ()

public int getPropertyId ()