Base Types

Bound

This class represents bounding box. The properties are left, bottom, right and top floats, which represents min horizontal, min vertical, max horizontal and max vertical respectively.

Date

This class contains implementations of Date.parse and date.toISOString that match the ECMAScript 5 specification for parsing RFC 3339 dates. See http://tools.ietf.org/html/rfc3339.

LonLat

This class represents a coordinate pair. Note LonLat is not from longitude and latitude, but from the x/y values of the current projection.

Pixel

This class represents a screen coordinate, in x and y coordinates.

Size

This class represents a width/height pair.