MapHitInfo Properties
Contains information about what is located at a specific point within the map.| Name | Description |
|---|---|
| CustomElement | Gets a MapCustomElement which is located under the test point. |
| HitObjects | Gets a collection of objects which represent all map visual elements located under the test point. |
| InCustomElement | Gets a value indicating whether the test point is within a MapCustomElement. |
| InMapBubble | Gets a value indicating whether the test point is within a MapBubble. |
| InMapDot | Gets a value indicating whether the test point is within a MapDot. |
| InMapEllipse | Gets a value indicating whether the test point is within a MapEllipse. |
| InMapLine | Gets a value indicating whether the test point is within a MapLine. |
| InMapPath | Gets a value indicating whether the test point is within a MapPath. |
| InMapPie | Gets a value indicating whether the test point is within a MapPie. |
| InMapPolygon | Gets a value indicating whether the test point is within a MapPolygon. |
| InMapPolyline | Gets a value indicating whether the test point is within a MapPolyline. |
| InMapPushpin | Gets a value indicating whether the test point is within a MapPushpin. |
| InMapRectangle | Gets a value indicating whether the test point is within a MapRectangle. |
| InMapSpline | Returns a value that indicates whether the test point is within a MapSpline. |
| MapBubble | Gets the MapBubble which is located under the test point. |
| MapDot | Gets a MapDot which is located under the test point. |
| MapEditorUiHitInfo | Returns information about the MapEditor UI elements under the test point. |
| MapEllipse | Gets a MapEllipse which is located under the test point. |
| MapLine | Gets a MapLine which is located under the test point. |
| MapPath | Gets a MapPath which is located under the test point. |
| MapPie | Gets the MapPie which is located under the test point. |
| MapPolygon | Gets a MapPolygon which is located under the test point. |
| MapPolyline | Gets a MapPolyline which is located under the test point. |
| MapPushpin | Gets a MapPushpin which is located under the test point. |
| MapRectangle | Gets a MapRectangle which is located under the test point. |
| MapSpline | Returns a MapSpline on the test point. |
See Also