Package-level declarations
Types
OmhButtCap is a class that represents a butt cap for a polyline on a map. A butt cap is a cap that is squared off exactly at the start or end vertex of a polyline. This class extends the OmhCap interface.
Class representing a pair of latitude and longitude coordinates. This class doesn't require to implement restrictions related with the latitude and longitude because each time the interfaces are implemented they will parse to their own Coordinate model.
OmhCustomCap is a class that represents a custom cap for a polyline on a map. A custom cap is a cap that uses a custom bitmap image. This class extends the OmhCap interface.
OmhDash is a class that represents a dash pattern item on a map. A dash pattern item can be used to customize the appearance of polylines and other map elements. This class extends the OmhPatternItem interface.
OmhDot is a class that represents a dot pattern item on a map. A dot pattern item can be used to customize the appearance of polylines and other map elements. This class implements the OmhPatternItem interface.
OmhGap is a class that represents a gap pattern item on a map. A gap pattern item can be used to customize the appearance of polylines and other map elements. This class implements the OmhPatternItem interface.
OmhJointType is an object that represents the joint type of a polyline on a map. The joint type can be one of the following:
Defines OmhMarkerOptions for a marker. You can customize marker appearance by changing its properties.
OmhPolygonOptions is a class that represents the options for a polygon on a map. A polygon is a shape with multiple edges and fill on a map. You can customize the appearance of the polygon by changing its properties.
OmhPolylineOptions is a class that represents the options for a polyline on a map. A polyline is a series of connected line segments that can form any shape you want on a map. You can customize the appearance of the polyline by changing its color, width, pattern, joint type, and caps.
OmhRoundCap is a class that represents a round cap on a map. A round cap can be used to customize the appearance of the ends of polylines. This class implements the OmhCap interface.
OmhSquareCap is a class that represents a square cap on a map. A square cap can be used to customize the appearance of the ends of polylines. This class implements the OmhCap interface.
OmhStyleSpanGradient is a class that represents a gradient style span on a map. A style span can be used to customize the appearance of polylines. This class implements the OmhStyleSpan interface.
OmhStyleSpanMonochromatic is a class that represents a monochromatic style span on a map. A style span can be used to customize the appearance of polylines. This class implements the OmhStyleSpan interface.