Package provided.owlMaps.general
Interface IPathsLatLng
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.
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
-
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.
-