java.lang.Object
com.dlsc.gmapsfx.javascript.JavascriptObject
com.dlsc.gmapsfx.service.geocoding.GeocodingResult
public class GeocodingResult extends JavascriptObject
- Author:
- jlstephens89
-
Field Summary
Fields inherited from class com.dlsc.gmapsfx.javascript.JavascriptObject
jsObject, objectCounter, peerRegistry, runtime, variableName -
Constructor Summary
Constructors Constructor Description GeocodingResult()GeocodingResult(JSObject jsObject) -
Method Summary
Modifier and Type Method Description List<GeocoderAddressComponent>getAddressComponents()StringgetFormattedAddress()partial_match: boolean,postcode_localities[]: string, geometry: { location: LatLng, location_type: GeocoderLocationType viewport: LatLngBounds, bounds: LatLngBounds }GeocoderGeometrygetGeometry()StringgetPlaceId()List<String>getPostcodeLocalities()List<GeocoderAddressComponentType>getTypes()BooleanisPartialMatch()StringtoString()Methods inherited from class com.dlsc.gmapsfx.javascript.JavascriptObject
checkBoolean, checkInteger, checkUndefined, getJSObject, getNextVariableName, getProperty, getProperty, getVariableName, invokeJavascript, invokeJavascript, invokeJavascriptReturnValue, invokeJavascriptReturnValue, isMemberDefined, setProperty, setProperty, setProperty
-
Constructor Details
-
GeocodingResult
public GeocodingResult() -
GeocodingResult
-
-
Method Details
-
getFormattedAddress
partial_match: boolean,postcode_localities[]: string, geometry: { location: LatLng, location_type: GeocoderLocationType viewport: LatLngBounds, bounds: LatLngBounds } -
getPlaceId
-
isPartialMatch
-
getPostcodeLocalities
-
getAddressComponents
-
getTypes
-
getGeometry
-
toString
-