Click or drag to resize

IGeoFence Interface

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Implement to provide GeoFencing functions.

Namespace:  Telogis.GeoBase.GeoFence
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public interface IGeoFence

The IGeoFence type exposes the following members.

Properties
  NameDescription
Public propertyBoundingBox
Return a BoundingBox for this GeoFence.
Public propertyRenderBrush
Brush used to fill the GeoFence, use null for no fill.
Public propertyRenderPen
Pen used to draw the border around the GeoFence, use null for no border.
Top
Methods
  NameDescription
Public methodContains
Returns true if the point is inside this GeoFence.
Top
Remarks

A GeoFence allows the user to "draw a fence" around an area of the map, and monitor whether vehicles pass in or out of that area.

Fences which are to be displayed on an IMap should implement IMapRenderer.

Fences that need to respond to mouse events should implement IMapMouseHandler.

Related articles: Geofences Concept.

See Also