Click or drag to resize

Telogis.GeoBase.MapLayers.FenceCollection

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release

MapLayers.FenceCollection inherits from MapLayers.LayerCollection.

An extension of a MapLayers.LayerCollection specifically for MapLayers.GeoFences that also provides a MapLayers.FenceCollection.contains method.

Functions
NameDescription
contains (LatLon loc)

Determines whether a given point lies within any of the fences in the collection.

Arguments
  • loc (LatLon) - The latitude-longitude coordinates of the point to test for containment.

Returns

Boolean - True if any MapLayers.GeoFences in the collection contains MapLayers.FenceCollection.contains.loc; false if none do.