Package provided.owlMaps.general
Interface IPathListLatLng
- All Superinterfaces:
java.util.Collection<IPath<ILatLng>>
,IPathList<ILatLng>
,IPaths<ILatLng>
,java.lang.Iterable<IPath<ILatLng>>
,java.util.List<IPath<ILatLng>>
,java.io.Serializable
public interface IPathListLatLng extends IPathList<ILatLng>
*** FOR INTERNAL USE ONLY! DEVELOPER CODE SHOULD NEVER DIRECTLY UTILIZE THIS INTERFACE! ***
A Path that is explicitly filled with ILatLngs. This is used for situations where the generic type of the IPath needs to be known, e.g. for JSON encoding/decoding.
A Path that is explicitly filled with ILatLngs. This is used for situations where the generic type of the IPath needs to be known, e.g. for JSON encoding/decoding.
- Author:
- swong
-
Method Summary
Static Methods Modifier and Type Method Description static com.google.gson.TypeAdapterFactory
makeTypeAdapterFactory()
Factory for the GSON TypeAdapterFactory to process this classMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
Methods inherited from interface java.lang.Iterable
forEach
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray
-
Method Details
-
makeTypeAdapterFactory
static com.google.gson.TypeAdapterFactory makeTypeAdapterFactory()Factory for the GSON TypeAdapterFactory to process this class- Returns:
- The TypeAdapterFactory to be used by GSON to process instances of this class.
-