Uses of Interface
provided.owlMaps.general.IPathList
Package | Description |
---|---|
provided.owlMaps.components.shapes |
Contains entities for creating various shapes on a map such as polygons, polylines, rectangles and circles.
|
provided.owlMaps.general |
Contains entities for general usage in multiple parts of the OwlMaps system.
|
provided.owlMaps.general.impl |
Contains implementations of some of the interfaces in the provided.owlMaps.general package.
|
-
Uses of IPathList in provided.owlMaps.components.shapes
Methods in provided.owlMaps.components.shapes that return IPathList Modifier and Type Method Description IPathList<ILatLng>
IPolygon. getPaths()
Returns the paths for this polygon. -
Uses of IPathList in provided.owlMaps.general
Subinterfaces of IPathList in provided.owlMaps.general Modifier and Type Interface Description interface
IPathListLatLng
*** FOR INTERNAL USE ONLY! DEVELOPER CODE SHOULD NEVER DIRECTLY UTILIZE THIS INTERFACE! ***
A Path that is explicitly filled with ILatLngs.Methods in provided.owlMaps.general that return IPathList Modifier and Type Method Description static <T> IPathList<T>
IPathList. make(IPath<T>... elements)
Convenience factory for constructing an IPathList instance from a varargs of IPath instances.Methods in provided.owlMaps.general with parameters of type IPathList Modifier and Type Method Description R
IPathsAlgo. pathListCase(IPathList<E> host, P... params)
Visitor inductive case -
Uses of IPathList in provided.owlMaps.general.impl
Classes in provided.owlMaps.general.impl that implement IPathList Modifier and Type Class Description class
PathList<E>
A concrete implementation of IPathList based on an ArrayList.