longitude

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

The longitude of the user's location.


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

Sets Builder.longitude to an arbitrary JSON value.

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