Skip to main content

MapHitInfo Members

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

Properties

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.

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 a string that represents the current object. Inherited from Object.
See Also