Class GeolocationOptions

java.lang.Object
com.flowingcode.vaadin.addons.googlemaps.GeolocationOptions

public class GeolocationOptions extends Object
Representation of optional parameters for a geolocation request.
See Also:
  • 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