IGeoFence Interface |
Namespace: Telogis.GeoBase.GeoFence
The IGeoFence type exposes the following members.
Name | Description | |
---|---|---|
BoundingBox |
Return a BoundingBox for this GeoFence.
| |
RenderBrush | Brush used to fill the GeoFence, use null for no fill.
| |
RenderPen | Pen used to draw the border around the GeoFence, use null
for no border.
|
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.