google-genai
Toggle table of contents
JVM
Platform filter
JVM
Switch theme
Search in API
google-genai
google-genai
/
com.google.genai.types
/
LatLng
/
Builder
Builder
public
abstract
class
Builder
Builder for LatLng.
Members
Constructors
LatLng.
Builder
Link copied to clipboard
public
void
LatLng.Builder
(
)
Functions
build
Link copied to clipboard
public
abstract
LatLng
build
(
)
clear
Latitude
Link copied to clipboard
@
CanIgnoreReturnValue
(
)
public
LatLng.Builder
clearLatitude
(
)
Clears the value of latitude field.
clear
Longitude
Link copied to clipboard
@
CanIgnoreReturnValue
(
)
public
LatLng.Builder
clearLongitude
(
)
Clears the value of longitude field.
latitude
Link copied to clipboard
public
abstract
LatLng.Builder
latitude
(
Double
latitude
)
Setter for latitude.
longitude
Link copied to clipboard
public
abstract
LatLng.Builder
longitude
(
Double
longitude
)
Setter for longitude.