Share via


HotArea Class

HotArea Class

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

Public Class HotArea
    Member of [Namespace]
[C#]
public class HotArea : System.Object
    Member of [Namespace]

Public Properties

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. String.

Remarks

See Also

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