java.lang.Object
com.dlsc.gmapsfx.service.geocoding.GeocoderUtils
public class GeocoderUtils extends Object
- Author:
- jlstephens89
-
Constructor Summary
Constructors Constructor Description GeocoderUtils() -
Method Summary
Modifier and Type Method Description static <T extends Enum>
List<T>convertJSObjectToListOfEnum(JSObject jsObject, Class<T> enumClass)static List<JSObject>getJSObjectsFromArray(JSObject jsArray)
-
Constructor Details
-
GeocoderUtils
public GeocoderUtils()
-
-
Method Details