Interface IPathLatLng

All Superinterfaces:
java.util.Collection<ILatLng>, IPath<ILatLng>, IPaths<ILatLng>, java.lang.Iterable<ILatLng>, java.util.List<ILatLng>, java.io.Serializable

public interface IPathLatLng
extends IPath<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.
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 class

    Methods inherited from interface java.util.Collection

    parallelStream, removeIf, stream, toArray

    Methods inherited from interface provided.owlMaps.general.IPaths

    execute

    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.