A B C D E F G H I L M P Q R S T 

A

altitude - Variable in class com.google.maps.clients.mapsengine.geojson.Point
 
ApiErrorResponseJson - Class in com.google.maps.clients
An error response as returned by the API.
ApiErrorResponseJson() - Constructor for class com.google.maps.clients.ApiErrorResponseJson
 
ApiErrorResponseJson.ApiErrorCollectionJson - Class in com.google.maps.clients
The top-level error message, code and list of individual errors.
ApiErrorResponseJson.ApiErrorCollectionJson() - Constructor for class com.google.maps.clients.ApiErrorResponseJson.ApiErrorCollectionJson
 
ApiErrorResponseJson.ApiErrorCollectionJson.ApiErrorJson - Class in com.google.maps.clients
The individual errors.
ApiErrorResponseJson.ApiErrorCollectionJson.ApiErrorJson() - Constructor for class com.google.maps.clients.ApiErrorResponseJson.ApiErrorCollectionJson.ApiErrorJson
 
asFeature(Map<String, Object>) - Method in class com.google.maps.clients.mapsengine.geojson.Geometry
Returns a Feature that can be used by the Maps Engine API.
asFeature(Map<String, Object>) - Method in class com.google.maps.clients.mapsengine.geojson.GeometryCollection
Returns a Feature that can be used by the Maps Engine API.
asFeature(Map<String, Object>) - Method in class com.google.maps.clients.mapsengine.geojson.LineString
Returns a Feature that can be used by the Maps Engine API.
asFeature(Map<String, Object>) - Method in class com.google.maps.clients.mapsengine.geojson.MultiLineString
Returns a Feature that can be used by the Maps Engine API.
asFeature(Map<String, Object>) - Method in class com.google.maps.clients.mapsengine.geojson.MultiPoint
Returns a Feature that can be used by the Maps Engine API.
asFeature(Map<String, Object>) - Method in class com.google.maps.clients.mapsengine.geojson.MultiPolygon
Returns a Feature that can be used by the Maps Engine API.
asFeature(Map<String, Object>) - Method in class com.google.maps.clients.mapsengine.geojson.Point
Returns a Feature that can be used by the Maps Engine API.
asFeature(Map<String, Object>) - Method in class com.google.maps.clients.mapsengine.geojson.Polygon
Returns a Feature that can be used by the Maps Engine API.

B

backOffRequired - Variable in class com.google.maps.clients.BackOffWhenRateLimitedRequestInitializer
 
BackOffWhenRateLimitedRequestInitializer - Class in com.google.maps.clients
Syntactic short-cut that sets up HTTP request retries when an API response errors due to quota exceeded errors or back-end errors.
BackOffWhenRateLimitedRequestInitializer() - Constructor for class com.google.maps.clients.BackOffWhenRateLimitedRequestInitializer
 

C

code - Variable in class com.google.maps.clients.ApiErrorResponseJson.ApiErrorCollectionJson
 
com.google.maps.clients - package com.google.maps.clients
 
com.google.maps.clients.mapsengine - package com.google.maps.clients.mapsengine
 
com.google.maps.clients.mapsengine.geojson - package com.google.maps.clients.mapsengine.geojson
 
createMultiRingPolygon(List<List<Point>>) - Static method in class com.google.maps.clients.mapsengine.geojson.Polygon
Creates a multi-ring polygon using the list of points provided.
createSimplePolygon(List<Point>) - Static method in class com.google.maps.clients.mapsengine.geojson.Polygon
Creates a polygon using the list of points provided.

D

domain - Variable in class com.google.maps.clients.ApiErrorResponseJson.ApiErrorCollectionJson.ApiErrorJson
 

E

error - Variable in class com.google.maps.clients.ApiErrorResponseJson
 
errors - Variable in class com.google.maps.clients.ApiErrorResponseJson.ApiErrorCollectionJson
 
escapeAndQuoteString(String) - Static method in class com.google.maps.clients.mapsengine.Security
Escapes any internal quotes and ensures the parameter is correctly (single) quoted.

F

FEATURE_TYPE - Static variable in class com.google.maps.clients.mapsengine.geojson.Geometry
 
fromGeoJson(GeoJsonGeometry) - Static method in class com.google.maps.clients.mapsengine.geojson.Geometry
Factory method for creating geometries from known GeoJsonGeometries.

G

Geometry - Class in com.google.maps.clients.mapsengine.geojson
An alternative to the API-generated GeoJsonGeometry class that provides native construction and manipulation without needing to manipulate multi-dimensional lists of decimals.
Geometry() - Constructor for class com.google.maps.clients.mapsengine.geojson.Geometry
 
GeometryCollection - Class in com.google.maps.clients.mapsengine.geojson
A collection of Geometrys.
GeometryCollection(List<Geometry>) - Constructor for class com.google.maps.clients.mapsengine.geojson.GeometryCollection
Creates a GeometryCollection from the provided Geometries
GeometryCollection(Feature) - Constructor for class com.google.maps.clients.mapsengine.geojson.GeometryCollection
Converts the provided Feature into a typed GeometryCollection, discarding properties.
getGeometries() - Method in class com.google.maps.clients.mapsengine.geojson.GeometryCollection
Retrieves the list of geometries
getInitializer(int) - Method in class com.google.maps.clients.HttpRequestInitializerPipeline
Return the HttpRequestInitializer at the position specified.
getLastResponseBody() - Method in class com.google.maps.clients.BackOffWhenRateLimitedRequestInitializer
Retrieve the last response body.
getLines() - Method in class com.google.maps.clients.mapsengine.geojson.MultiLineString
 
getPoints() - Method in class com.google.maps.clients.mapsengine.geojson.LineString
 
getPoints() - Method in class com.google.maps.clients.mapsengine.geojson.MultiPoint
 
getPoints() - Method in class com.google.maps.clients.mapsengine.geojson.Polygon
Get the list of points that make up this polygon.
getPolygons() - Method in class com.google.maps.clients.mapsengine.geojson.MultiPolygon
 

H

hasAltitude - Variable in class com.google.maps.clients.mapsengine.geojson.Point
 
hasAltitude() - Method in class com.google.maps.clients.mapsengine.geojson.Point
Test if this Point has an altitude.
HttpRequestInitializerPipeline - Class in com.google.maps.clients
Provides a mechanism for running multiple HttpRequestInitializers in sequence.
HttpRequestInitializerPipeline(List<HttpRequestInitializer>) - Constructor for class com.google.maps.clients.HttpRequestInitializerPipeline
Creates a new pipeline from the provided list of initializers.
HttpRequestInitializerPipeline(HttpRequestInitializer...) - Constructor for class com.google.maps.clients.HttpRequestInitializerPipeline
Creates a new pipeline from the provided list of initializers.

I

initialize(HttpRequest) - Method in class com.google.maps.clients.BackOffWhenRateLimitedRequestInitializer
 
initialize(HttpRequest) - Method in class com.google.maps.clients.HttpRequestInitializerPipeline
 
initializers - Variable in class com.google.maps.clients.HttpRequestInitializerPipeline
 
isRequired(HttpResponse) - Method in class com.google.maps.clients.RateLimitedBackOffRequired
 

L

latitude - Variable in class com.google.maps.clients.mapsengine.geojson.Point
 
LineString - Class in com.google.maps.clients.mapsengine.geojson
A collection of points representing a line.
LineString(List<Point>) - Constructor for class com.google.maps.clients.mapsengine.geojson.LineString
Constructs a LineString based on the collection of points provided.
LineString(Feature) - Constructor for class com.google.maps.clients.mapsengine.geojson.LineString
Converts the provided Feature into a typed LineString, discarding properties.
lineStrings - Variable in class com.google.maps.clients.mapsengine.geojson.MultiLineString
 
longitude - Variable in class com.google.maps.clients.mapsengine.geojson.Point
 

M

message - Variable in class com.google.maps.clients.ApiErrorResponseJson.ApiErrorCollectionJson.ApiErrorJson
 
message - Variable in class com.google.maps.clients.ApiErrorResponseJson.ApiErrorCollectionJson
 
MultiLineString - Class in com.google.maps.clients.mapsengine.geojson
A collection of line strings.
MultiLineString(List<LineString>) - Constructor for class com.google.maps.clients.mapsengine.geojson.MultiLineString
Constructs a MultiLineString based on the lines provided.
MultiLineString(Feature) - Constructor for class com.google.maps.clients.mapsengine.geojson.MultiLineString
Converts the provided Feature into a typed MultiLineString, discarding properties.
MultiPoint - Class in com.google.maps.clients.mapsengine.geojson
A collection of points.
MultiPoint(List<Point>) - Constructor for class com.google.maps.clients.mapsengine.geojson.MultiPoint
Constructs a MultiPoint based on the collection of points provided.
MultiPoint(Feature) - Constructor for class com.google.maps.clients.mapsengine.geojson.MultiPoint
Converts the provided Feature into a typed MultiPoint, discarding properties.
MultiPolygon - Class in com.google.maps.clients.mapsengine.geojson
A collection of Polygons.
MultiPolygon(List<Polygon>) - Constructor for class com.google.maps.clients.mapsengine.geojson.MultiPolygon
Creates a MultiPolygon based on the polygons provided
MultiPolygon(Feature) - Constructor for class com.google.maps.clients.mapsengine.geojson.MultiPolygon
Converts the provided Feature into a typed MultiPolygon, discarding properties.

P

Point - Class in com.google.maps.clients.mapsengine.geojson
A co-ordinate point on the surface of Earth.
Point(double, double) - Constructor for class com.google.maps.clients.mapsengine.geojson.Point
Constructs a point with the specified latitude and longitude.
Point(double, double, double) - Constructor for class com.google.maps.clients.mapsengine.geojson.Point
Constructs a point with the specified latitude, longitude and altitude.
Point(Feature) - Constructor for class com.google.maps.clients.mapsengine.geojson.Point
Converts the provided Feature into a typed Point, discarding properties.
Point(List<Double>) - Constructor for class com.google.maps.clients.mapsengine.geojson.Point
Constructs a Point based on the list provided.
points - Variable in class com.google.maps.clients.mapsengine.geojson.LineString
 
points - Variable in class com.google.maps.clients.mapsengine.geojson.MultiPoint
 
points - Variable in class com.google.maps.clients.mapsengine.geojson.Polygon
 
Polygon - Class in com.google.maps.clients.mapsengine.geojson
A 3 or more sided shape with straight sides.
Polygon(Feature) - Constructor for class com.google.maps.clients.mapsengine.geojson.Polygon
Converts the provided Feature into a typed Polygon, discarding properties.
polygons - Variable in class com.google.maps.clients.mapsengine.geojson.MultiPolygon
 

Q

QUOTA_EXCEEDED_REASONS - Static variable in class com.google.maps.clients.RateLimitedBackOffRequired
 

R

RateLimitedBackOffRequired - Class in com.google.maps.clients
Back-off only when the API response signals a "Quota Exceeded" error.
RateLimitedBackOffRequired() - Constructor for class com.google.maps.clients.RateLimitedBackOffRequired
Create a RateLimitedBackOffRequired using the default JsonFactory, a GsonFactory.
RateLimitedBackOffRequired(JsonFactory) - Constructor for class com.google.maps.clients.RateLimitedBackOffRequired
Create a RateLimitedBackOffRequired using the specified JsonFactory.
reason - Variable in class com.google.maps.clients.ApiErrorResponseJson.ApiErrorCollectionJson.ApiErrorJson
 
responseBody - Variable in class com.google.maps.clients.RateLimitedBackOffRequired
 

S

Security - Class in com.google.maps.clients.mapsengine
Provides some security tools for manipulating data in Maps Engine.

T

toCoordinates() - Method in class com.google.maps.clients.mapsengine.geojson.Point
 
A B C D E F G H I L M P Q R S T