public class TriggerZone extends java.lang.Object implements IZITravelEntity
| Modifier and Type | Field and Description |
|---|---|
double |
circleAltitude
Circle center altitude.
|
double |
circleLatitude
Circle center latitude.
|
double |
circleLongitude
Circle center longitude.
|
double |
circleRadius
Circle radius in meters.
|
java.lang.String |
polygonCorners
Comma separated list of polygon latitude, longitude, altitude.
|
TriggerZoneType |
type
Trigger zone type.
|
| Constructor and Description |
|---|
TriggerZone() |
public TriggerZoneType type
public java.lang.String polygonCorners
public double circleLatitude
public double circleLongitude
public double circleAltitude
public double circleRadius