A
C
D
E
F
G
H
I
L
M
N
O
P
R
S
U
W
Z
C
- CircleManager - class in com.google.maps.android.collections
- Keeps track of collections of circles on the map.
- CircleManager.Collection - class in com.google.maps.android.collections.CircleManager
- clamp(Double,Double,Double) - function in com.google.maps.android.MathUtil
- Restrict x to the range low, high.
- clear() - function in com.google.maps.android.collections.MarkerManager.Collection
- clear() - function in com.google.maps.android.collections.CircleManager.Collection
- clear() - function in com.google.maps.android.collections.PolylineManager.Collection
- clear() - function in com.google.maps.android.collections.GroundOverlayManager.Collection
- clear() - function in com.google.maps.android.collections.PolygonManager.Collection
- com.google.maps.android - package com.google.maps.android
- com.google.maps.android.collections - package com.google.maps.android.collections
- com.google.maps.android.utils.meta - package com.google.maps.android.utils.meta
- computeAngleBetween(LatLng,LatLng) - function in com.google.maps.android.SphericalUtil
- Returns the angle between two LatLngs, in radians.
- computeArea(List) - function in com.google.maps.android.SphericalUtil
- Returns the area of a closed path on Earth.
- computeDistanceBetween(LatLng,LatLng) - function in com.google.maps.android.SphericalUtil
- Returns the distance between two LatLngs, in meters.
- computeHeading(LatLng,LatLng) - function in com.google.maps.android.SphericalUtil
- Returns the heading from one LatLng to another LatLng.
- computeLength(List) - function in com.google.maps.android.SphericalUtil
- Returns the length of the given path, in meters, on Earth.
- computeOffset(LatLng,Double,Double) - function in com.google.maps.android.SphericalUtil
- Returns the LatLng resulting from moving a distance from an origin in the specified heading (expressed in degrees clockwise from north).
- computeOffsetOrigin(LatLng,Double,Double) - function in com.google.maps.android.SphericalUtil
- Returns the location of origin when provided with a LatLng destination, meters travelled and original heading.
- computeSignedArea(List) - function in com.google.maps.android.SphericalUtil
- Returns the signed area of a closed path on Earth.
- computeSignedArea(List,Double) - function in com.google.maps.android.SphericalUtil
- Returns the signed area of a closed path on a sphere of given radius.
- containsLocation(LatLng,List,Boolean) - function in com.google.maps.android.PolyUtil
- Computes whether the given point lies inside the specified polygon.
- containsLocation(Double,Double,List,Boolean) - function in com.google.maps.android.PolyUtil
- Overload of {@link #containsLocation(LatLng, List, boolean)} that takes latitude and longitude as separate arguments.