Uses of Package
provided.owlMaps.components.shapes

Packages that use provided.owlMaps.components.shapes
Package Description
provided.owlMaps.cefUtils.wrapper
*** FOR INTERNAL USE ONLY! NOTHING IN THIS PACKAGE SHOULD BE DIRECTLY ACCESSED BY DEVELOPER CODE! ***
Interfaces that combine user-facing interfaces with ICefObjectWrapper.
provided.owlMaps.components
Contains interfaces and classes related to components that can be placed on a map.
provided.owlMaps.components.shapes
Contains entities for creating various shapes on a map such as polygons, polylines, rectangles and circles.
  • Classes in provided.owlMaps.components.shapes used by provided.owlMaps.cefUtils.wrapper
    Class Description
    ICircle
    Represents an circle drawn on the map This corresponds to a Javascript Google Maps google.maps.Circle object
    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.
    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.
    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
  • Classes in provided.owlMaps.components.shapes used by provided.owlMaps.components
    Class Description
    ICircle
    Represents an circle drawn on the map This corresponds to a Javascript Google Maps google.maps.Circle object
    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.
    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.
    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
  • Classes in provided.owlMaps.components.shapes used by provided.owlMaps.components.shapes
    Class Description
    CircleEventType
    The allowable marker event types Marker events are not passed any parameters when invoked.
    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.
    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