Skip to main content

MapHitInfo Members

Contains information about what is located at a specific point within the map.

Properties

Name Description
HitMapPoint Returns the hit test point’s location in screen coordinates.
HitObjects Gets a collection of objects which represent all map visual elements located under the test point.
HitPoint Gets the test point.
InMapBubble Gets a value indicating whether the test point is within a MapBubble.
InMapCallout Gets a value indicating whether the test point is within a MapCallout.
InMapCustomElement Gets a value indicating whether the test point is within a MapCustomElement.
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.
InPieSegment Gets a value indicating whether the test point is within a PieSegment.
InUIElement Gets a value indicating whether the test point is within any UI element (e.g., Navigation Panel, Search Panel or a Legend).
MapBubble Gets the MapBubble which is located under the test point.
MapCallout Gets a MapCallout which is located under the test point.
MapCustomElement Gets a MapCustomElement which is located under the test point.
MapDot Gets a MapDot which is located under the test point.
MapEditorUiHitInfo Returns information about the hit tested Map Editor‘s UI elements.
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 that is located under the test point.
PieSegment Gets the PieSegment which is located under the test point.
UiHitInfo Returns information about hit tested UI elements.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns the textual representation of the MapHitInfo.
See Also