Class GeolocationOptions
java.lang.Object
com.flowingcode.vaadin.addons.googlemaps.GeolocationOptions
Representation of optional parameters for a geolocation request.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionelemental.json.JsonObjecttoJson()Converts the options to a JsonObject to be sent to the client-side.
-
Constructor Details
-
GeolocationOptions
public GeolocationOptions()
-
-
Method Details
-
toJson
public elemental.json.JsonObject toJson()Converts the options to a JsonObject to be sent to the client-side.- Returns:
- a JsonObject representing the configured options
-