Interface IPathsLatLng

All Superinterfaces:
IPaths<ILatLng>, java.io.Serializable

public interface IPathsLatLng
extends IPaths<ILatLng>
*** FOR INTERNAL USE ONLY! DEVELOPER CODE SHOULD NEVER DIRECTLY UTILIZE THIS INTERFACE! ***
An IPaths explicitly filled with IPath<ILatLng> This is used for situations where the generic type of the IPaths 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 provided.owlMaps.general.IPaths

    execute
  • 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.