public final class LatLngValue extends Value<LatLng>
Modifier and Type | Class and Description |
---|---|
static class |
LatLngValue.Builder |
Constructor and Description |
---|
LatLngValue(LatLng value) |
Modifier and Type | Method and Description |
---|---|
static LatLngValue.Builder |
newBuilder(LatLng value) |
static LatLngValue |
of(LatLng value) |
LatLngValue.Builder |
toBuilder() |
public LatLngValue(LatLng value)
public LatLngValue.Builder toBuilder()
public static LatLngValue of(LatLng value)
public static LatLngValue.Builder newBuilder(LatLng value)
Copyright © 2019 Google LLC. All rights reserved.