
![]()
| Class | 73 |Description | 74 |
|---|---|
| StaticMap | 78 |
79 | Fluent interface to the Google Static Maps API.
80 | |
81 |
| StaticMap.GeoPoint | 84 |85 | |
| StaticMap.Marker | 88 |89 | |
| StaticMap.Marker.Style | 92 |93 | |
| StaticMap.Marker.Style.Builder | 96 |97 | |
| StaticMap.MarkerGroup | 100 |101 | |
| StaticMap.Path | 104 |105 | |
| StaticMap.Path.Style | 108 |109 | |
| StaticMap.Path.Style.Builder | 112 |113 | |
| Enum | 122 |Description | 123 |
|---|---|
| StaticMap.Format | 127 |
128 | Image Formats
129 | |
130 |
| StaticMap.Marker.Style.Size | 133 |
134 | Size of the
135 | marker(s) |
136 |
| StaticMap.Type | 139 |
140 | Map Types
141 | |
142 |
| Modifier and Type | 80 |Constant Field | 81 |Value | 82 |
|---|---|---|
86 |
87 | public static final int |
88 | DEFAULT_SCALE |
89 | 1 |
90 |
93 |
94 | public static final int |
95 | NO_HEIGHT |
96 | -1 |
97 |
100 |
101 | public static final int |
102 | NO_WIDTH |
103 | -1 |
104 |
107 |
108 | public static final int |
109 | NO_ZOOM |
110 | -1 |
111 |
| Modifier and Type | 120 |Constant Field | 121 |Value | 122 |
|---|---|---|
126 |
127 | public static final int |
128 | DEFAULT_COLOR |
129 | 16711680 |
130 |
| Modifier and Type | 139 |Constant Field | 140 |Value | 141 |
|---|---|---|
145 |
146 | public static final int |
147 | DEFAULT_COLOR |
148 | 255 |
149 |
152 |
153 | public static final int |
154 | DEFAULT_STROKE |
155 | 5 |
156 |
159 |
160 | public static final int |
161 | NO_FILL_COLOR |
162 | 0 |
163 |
Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:
72 |Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:
84 |Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.
104 |Each annotation type has its own separate page with the following sections:
108 |Each enum has its own separate page with the following sections:
119 |There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.
The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.
137 |The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.
141 |These links take you to the next or previous class, interface, package, or related page.
145 |These links show and hide the HTML frames. All pages are available with or without frames.
149 |The All Classes link shows all classes and interfaces except non-static nested types.
153 |Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.
157 |The Constant Field Values page lists the static final fields and their values.
161 |public static class StaticMap.Marker 107 | extends StaticMap.GeoPoint108 |
| Modifier and Type | 124 |Class and Description | 125 |
|---|---|
static class |
128 | StaticMap.Marker.Style |
129 |
| Constructor and Description | 143 |
|---|
StaticMap.Marker(double latitude,
146 | double longitude) |
147 |
StaticMap.Marker(java.lang.String address) |
150 |
address, equals, hasCoordinates, hashCode, latitude, longitude, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic StaticMap.Marker(double latitude, 195 | double longitude)196 |
public StaticMap.Marker(@Nonnull 205 | java.lang.String address)206 |
public static class StaticMap.MarkerGroup
102 | extends java.lang.Object
103 | | Modifier and Type | 119 |Field and Description | 120 |
|---|---|
StaticMap.GeoPoint[] |
123 | points |
124 |
StaticMap.Marker.Style |
127 | style |
128 |
| Modifier and Type | 142 |Method and Description | 143 |
|---|---|
boolean |
146 | equals(java.lang.Object obj) |
147 |
int |
150 | hashCode() |
151 |
java.lang.String |
154 | toString() |
155 |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait@Nullable 185 | public final StaticMap.Marker.Style style186 |
public final StaticMap.GeoPoint[] points195 |
public java.lang.String toString()212 |
toString in class java.lang.Objectpublic boolean equals(java.lang.Object obj)225 |
equals in class java.lang.Objectpublic int hashCode()238 |
hashCode in class java.lang.Objectpublic static class StaticMap.GeoPoint
106 | extends java.lang.Object
107 | | Constructor and Description | 123 |
|---|
StaticMap.GeoPoint(double latitude,
126 | double longitude) |
127 |
StaticMap.GeoPoint(double latitude,
130 | double longitude,
131 | java.lang.String address) |
132 |
StaticMap.GeoPoint(java.lang.String address) |
135 |
| Modifier and Type | 149 |Method and Description | 150 |
|---|---|
java.lang.String |
153 | address() |
154 |
boolean |
157 | equals(java.lang.Object obj) |
158 |
boolean |
161 | hasCoordinates() |
162 |
int |
165 | hashCode() |
166 |
double |
169 | latitude() |
170 |
double |
173 | longitude() |
174 |
java.lang.String |
177 | toString() |
178 |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic StaticMap.GeoPoint(@Nonnull 208 | java.lang.String address)209 |
public StaticMap.GeoPoint(double latitude, 218 | double longitude)219 |
public StaticMap.GeoPoint(double latitude, 228 | double longitude, 229 | java.lang.String address)230 |
public boolean hasCoordinates()247 |
public double latitude()256 |
public double longitude()265 |
@Nullable 274 | public java.lang.String address()275 |
public java.lang.String toString()284 |
toString in class java.lang.Objectpublic boolean equals(java.lang.Object obj)297 |
equals in class java.lang.Objectpublic int hashCode()310 |
hashCode in class java.lang.Objectpublic static class StaticMap.Path
102 | extends java.lang.Object
103 | | Modifier and Type | 119 |Class and Description | 120 |
|---|---|
static class |
123 | StaticMap.Path.Style |
124 |
| Modifier and Type | 138 |Field and Description | 139 |
|---|---|
StaticMap.GeoPoint[] |
142 | points |
143 |
StaticMap.Path.Style |
146 | style |
147 |
| Constructor and Description | 161 |
|---|
StaticMap.Path(StaticMap.Path.Style style,
164 | StaticMap.GeoPoint... points) |
165 |
| Modifier and Type | 179 |Method and Description | 180 |
|---|---|
boolean |
183 | equals(java.lang.Object obj) |
184 |
int |
187 | hashCode() |
188 |
java.lang.String |
191 | toString() |
192 |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait@Nullable 222 | public final StaticMap.Path.Style style223 |
public final StaticMap.GeoPoint[] points232 |
public StaticMap.Path(@Nullable 249 | StaticMap.Path.Style style, 250 | StaticMap.GeoPoint... points)251 |
public java.lang.String toString()268 |
toString in class java.lang.Objectpublic boolean equals(java.lang.Object obj)281 |
equals in class java.lang.Objectpublic int hashCode()294 |
hashCode in class java.lang.Objectpublic static enum StaticMap.Marker.Style.Size 111 | extends java.lang.Enum<StaticMap.Marker.Style.Size>112 |
marker(s)| Enum Constant and Description | 129 |
|---|
MID |
132 |
NORMAL |
135 |
SMALL |
138 |
TINY |
141 |
| Modifier and Type | 155 |Method and Description | 156 |
|---|---|
static StaticMap.Marker.Style.Size |
159 | valueOf(java.lang.String name)
160 | Returns the enum constant of this type with the specified name.
161 | |
162 |
static StaticMap.Marker.Style.Size[] |
165 | values()
166 | Returns an array containing the constants of this enum type, in
167 | the order they are declared.
168 | |
169 |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfgetClass, notify, notifyAll, wait, wait, waitpublic static final StaticMap.Marker.Style.Size TINY206 |
public static final StaticMap.Marker.Style.Size MID215 |
public static final StaticMap.Marker.Style.Size SMALL224 |
public static final StaticMap.Marker.Style.Size NORMAL233 |
public static StaticMap.Marker.Style.Size[] values()250 |
254 | for (StaticMap.Marker.Style.Size c : StaticMap.Marker.Style.Size.values()) 255 | System.out.println(c); 256 |
public static StaticMap.Marker.Style.Size valueOf(java.lang.String name)267 |
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static enum StaticMap.Type 111 | extends java.lang.Enum<StaticMap.Type>112 |
| Enum Constant and Description | 129 |
|---|
HYBRID
132 | specifies a hybrid of the satellite and roadmap image,
133 | showing a transparent layer of major streets and place names on the satellite image.
134 | |
135 |
ROADMAP
138 | specifies a standard roadmap image, as is normally shown on the Google Maps website (default)
139 | |
140 |
SATELLITE
143 | specifies a satellite image
144 | |
145 |
TERRAIN
148 | specifies a physical relief map image, showing terrain and vegetation.
149 | |
150 |
| Modifier and Type | 164 |Method and Description | 165 |
|---|---|
static StaticMap.Type |
168 | valueOf(java.lang.String name)
169 | Returns the enum constant of this type with the specified name.
170 | |
171 |
static StaticMap.Type[] |
174 | values()
175 | Returns an array containing the constants of this enum type, in
176 | the order they are declared.
177 | |
178 |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfgetClass, notify, notifyAll, wait, wait, waitpublic static final StaticMap.Type ROADMAP215 |
public static final StaticMap.Type SATELLITE225 |
public static final StaticMap.Type TERRAIN235 |
public static final StaticMap.Type HYBRID245 |
public static StaticMap.Type[] values()264 |
268 | for (StaticMap.Type c : StaticMap.Type.values()) 269 | System.out.println(c); 270 |
public static StaticMap.Type valueOf(java.lang.String name)281 |
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null