Skip to content

Class Zone

Il Kadyrov edited this page Nov 9, 2020 · 2 revisions

Zone class is used for storing location polygonal zones.

Referenced from: Sublocation.

Public methods

Function getId

public int getId()

Function returns the zone's identifier.

Function getLocationId

public int getLocationId()

Function returns the zone's location identifier.

Function getSublocationId

public int getSublocationId()

Function returns the zone's sublocation identifier.

Function getName

public String getName()

Function returns the zone's name.

Function getColor

public String getColor()

Function returns the zone's color.

Function getAlias

public String getAlias()

Function returns the zone's alias name (external identifier).

Function getPolygon

public Polygon getPolygon()

Function returns the list of points composing the polygonal zone.

Clone this wiki locally