Share via


HotArea Class

HotArea Class

Contains the pushpin identification, as well as the label and icon areas, that are identified as a hot area for use in creating a clickable map.


Public Class HotArea Inherits System.Object


[C#]

public class HotArea : System.Object

Public Properties

Name Description
public propertyIconRectangle

The pixel rectangle (PixelRectangle object) representing the perimeter of the pushpin icon on a rendered map. Allows the creation of a hyperlink in an image map that is identified with that icon.

public propertyLabelRectangle

The pixel rectangle (PixelRectangle object) representing the perimeter of the pushpin label on a rendered map. Allows the creation of a hyperlink in an image map that is identified with that label.

public propertyPinID

The customer-defined identification of a pushpin.

Remarks

See Also

  PixelRectangle Class   |   MapImage.HotAreas Property   |   RenderServiceSoap.GetMap Method   |   Pushpin.ReturnsHotArea Property