Range
public enum Range
Enum of possible types for setting up the reachable range.
Important
This is a Public Preview API. It may be changed or removed at any time.-
Single named polygon.
Declaration
Swift
case namedPolygon(NamedPolygon)
-
Multiple named polygons. The polygons are ordered inside-out.
Declaration
Swift
case namedPolygons([NamedPolygon])