Telogis.GeoBase.MapLayers.FenceCollection |
MapLayers.FenceCollection inherits from MapLayers.LayerCollection.
An extension of a MapLayers.LayerCollection specifically for MapLayers.GeoFences that also provides a MapLayers.FenceCollection.contains method.
Name | Description |
---|---|
contains (LatLon loc) | Determines whether a given point lies within any of the fences in the collection. Arguments
Boolean - True if any MapLayers.GeoFences in the collection contains MapLayers.FenceCollection.contains.loc; false if none do. |