Nokia Maps API Reference

Contents

Interface nokia.maps.map.IHitArea

Interface Summary

This interface defines the properties of a hit area.

Field Summary
String type The type of the area.
Number[] values The type-dependent coordinates of the area:

  • "rect": [left, top, right, bottom]
  • "circle": [centerX, centerY, radius]
  • "poly": [x1, y1, x2, y2 .
Field Detail
String type
The type of the area. It has to be one of the strings "rect", "circle" or "poly". See also http://www.w3.org/TR/REC-html40/struct/objects.html#adef-shape.
Number[] values
The type-dependent coordinates of the area:

  • "rect": [left, top, right, bottom]
  • "circle": [centerX, centerY, radius]
  • "poly": [x1, y1, x2, y2 ... xN,yN]

See also http://www.w3.org/TR/REC-html40/struct/objects.html#adef-coords

Documentation generated on Thu Dec 15 2011 15:14:35 GMT+0100 (CET).