Uses of Class
com.google.type.LatLng
-
Packages that use LatLng Package Description com.google.geo.type com.google.type -
-
Uses of LatLng in com.google.geo.type
Methods in com.google.geo.type that return LatLng Modifier and Type Method Description LatLng
Viewport.Builder. getHigh()
Required.LatLng
Viewport. getHigh()
Required.LatLng
ViewportOrBuilder. getHigh()
Required.LatLng
Viewport.Builder. getLow()
Required.LatLng
Viewport. getLow()
Required.LatLng
ViewportOrBuilder. getLow()
Required.Methods in com.google.geo.type with parameters of type LatLng Modifier and Type Method Description Viewport.Builder
Viewport.Builder. mergeHigh(LatLng value)
Required.Viewport.Builder
Viewport.Builder. mergeLow(LatLng value)
Required.Viewport.Builder
Viewport.Builder. setHigh(LatLng value)
Required.Viewport.Builder
Viewport.Builder. setLow(LatLng value)
Required. -
Uses of LatLng in com.google.type
Methods in com.google.type that return LatLng Modifier and Type Method Description LatLng
LatLng.Builder. build()
LatLng
LatLng.Builder. buildPartial()
static LatLng
LatLng. getDefaultInstance()
LatLng
LatLng.Builder. getDefaultInstanceForType()
LatLng
LatLng. getDefaultInstanceForType()
static LatLng
LatLng. parseDelimitedFrom(java.io.InputStream input)
static LatLng
LatLng. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LatLng
LatLng. parseFrom(byte[] data)
static LatLng
LatLng. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LatLng
LatLng. parseFrom(com.google.protobuf.ByteString data)
static LatLng
LatLng. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LatLng
LatLng. parseFrom(com.google.protobuf.CodedInputStream input)
static LatLng
LatLng. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LatLng
LatLng. parseFrom(java.io.InputStream input)
static LatLng
LatLng. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LatLng
LatLng. parseFrom(java.nio.ByteBuffer data)
static LatLng
LatLng. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.type that return types with arguments of type LatLng Modifier and Type Method Description com.google.protobuf.Parser<LatLng>
LatLng. getParserForType()
static com.google.protobuf.Parser<LatLng>
LatLng. parser()
Methods in com.google.type with parameters of type LatLng Modifier and Type Method Description LatLng.Builder
LatLng.Builder. mergeFrom(LatLng other)
static LatLng.Builder
LatLng. newBuilder(LatLng prototype)
-