Package provided.owlMaps.components.shapes

Contains entities for creating various shapes on a map such as polygons, polylines, rectangles and circles.
  • Interface Summary
    Interface Description
    ICircle
    Represents an circle drawn on the map This corresponds to a Javascript Google Maps google.maps.Circle object
    ICircleOptions
    Options for making circles
    IPolygon
    Represents a polygon drawn on the map Corresponds to the Google Maps Javascript API google.maps.Polygon A polygon is defined by one or more series of connected coordinates in an ordered sequence, i.e.
    IPolygonOptions
    Options for creating polygons
    IPolyline
    Represents a polyline drawn on the map Corresponds to the Google Maps Javascript API google.maps.Polyline A polyline defines a series of connected coordinates in an ordered sequence, i.e.
    IPolylineOptions
    The options for a IPolyLine
    IPolyMouseEvent
    An extension of IMouseEvent that adds parameters applicable to events occurring on IPolygons or IPolylines.
    IPolyMouseEventObject
    An entity that accepts the MapMouseEventsType events but where the more specialized IPolyMouseEvent is provided when the event is event is invoked instead of just an IMouseEvent.
    IRectangle
    Represents an rectangle drawn on the map oriented along the latitude and longitude lines This corresponds to a Javascript Google Maps google.maps.Rectangle object
    IRectangleOptions
    Options for rectangles
  • Enum Summary
    Enum Description
    CircleEventType
    The allowable marker event types Marker events are not passed any parameters when invoked.
    PolyMouseEventType
    An extension of ComponentMouseEventType used in Polygons and Polylines that adds some events plus is paired with an event handler that is given an IlolyMouseEvent.
    RectangleEventType
    The allowable marker event types Marker events are not passed any parameters when invoked.
    StrokePosition
    Enums corresponding to the Google Maps StrokePosition constants