latitude

public final Tool.GoogleMaps.Builder latitude(Double latitude)

The latitude of the user's location.


public final Tool.GoogleMaps.Builder latitude(JsonField<Double> latitude)

Sets Builder.latitude to an arbitrary JSON value.

You should usually call Builder.latitude with a well-typed Double value instead. This method is primarily for setting the field to an undocumented or not yet supported value.