JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
C
D
F
G
H
I
L
P
S
T
V
A
add(double, double)
- Method in class de.pentabyte.googlemaps.
PolylineEncoder
Add coordinate to polyline.
addMarker(StaticMarker)
- Method in class de.pentabyte.googlemaps.
StaticMap
addPath(StaticPath)
- Method in class de.pentabyte.googlemaps.
StaticMap
C
Color
- Enum in
de.pentabyte.googlemaps
D
de.pentabyte.googlemaps
- package de.pentabyte.googlemaps
distance(double, double, double, double)
- Static method in class de.pentabyte.googlemaps.
StaticPath
distanceApproximate(LatLon, LatLon)
- Static method in class de.pentabyte.googlemaps.
StaticPath
An approximated solution (based on an equirectangular projection), much faster (it requires only 1 trig and 1 square root).
distanceApproximate(double, double, double, double)
- Static method in class de.pentabyte.googlemaps.
StaticPath
distanceAuto(LatLon, LatLon)
- Static method in class de.pentabyte.googlemaps.
StaticPath
distanceAuto(double, double, double, double)
- Static method in class de.pentabyte.googlemaps.
StaticPath
Depending on the distance, an exact or approximate algorithm will be chosen.
F
Format
- Enum in
de.pentabyte.googlemaps
formatFor(double, int)
- Method in class de.pentabyte.googlemaps.
StaticPath
The coordinates will be compressed in such a way that coordinates which are too close together will be ignored.
G
getAnchor()
- Method in class de.pentabyte.googlemaps.
StaticMarker
getColor()
- Method in class de.pentabyte.googlemaps.
StaticMarker
getColor()
- Method in class de.pentabyte.googlemaps.
StaticPath
getCoords()
- Method in class de.pentabyte.googlemaps.
StaticPath
getCustomIconUrl()
- Method in class de.pentabyte.googlemaps.
StaticMarker
getFillColor()
- Method in class de.pentabyte.googlemaps.
StaticPath
getFormat()
- Method in class de.pentabyte.googlemaps.
StaticMap
getHeight()
- Method in class de.pentabyte.googlemaps.
StaticMap
getHeightPoints()
- Method in class de.pentabyte.googlemaps.
StaticMap
getLabel()
- Method in class de.pentabyte.googlemaps.
StaticMarker
getLatitude()
- Method in interface de.pentabyte.googlemaps.
LatLon
getLatitude()
- Method in class de.pentabyte.googlemaps.
LatLonImpl
getLocale()
- Method in class de.pentabyte.googlemaps.
StaticMap
getLongitude()
- Method in interface de.pentabyte.googlemaps.
LatLon
getLongitude()
- Method in class de.pentabyte.googlemaps.
LatLonImpl
getMaptype()
- Method in class de.pentabyte.googlemaps.
StaticMap
getMarkers()
- Method in class de.pentabyte.googlemaps.
StaticMap
getPaths()
- Method in class de.pentabyte.googlemaps.
StaticMap
getScale()
- Method in class de.pentabyte.googlemaps.
StaticMap
getValue()
- Method in enum de.pentabyte.googlemaps.
Format
getWeight()
- Method in class de.pentabyte.googlemaps.
StaticPath
getWidth()
- Method in class de.pentabyte.googlemaps.
StaticMap
getWidthPoints()
- Method in class de.pentabyte.googlemaps.
StaticMap
getzIndex()
- Method in class de.pentabyte.googlemaps.
StaticMarker
getZoom()
- Method in class de.pentabyte.googlemaps.
StaticMarker
H
hasContent()
- Method in class de.pentabyte.googlemaps.
StaticMap
Any markers or paths present?
I
isGeocodingRequired()
- Method in class de.pentabyte.googlemaps.
Location
isShadow()
- Method in class de.pentabyte.googlemaps.
StaticMarker
L
LatLon
- Interface in
de.pentabyte.googlemaps
Only needed for
StaticPath
LatLonImpl
- Class in
de.pentabyte.googlemaps
Simple Lat-Lon Coordinate.
LatLonImpl(double, double)
- Constructor for class de.pentabyte.googlemaps.
LatLonImpl
Location
- Class in
de.pentabyte.googlemaps
A geographic location as used by
StaticMap
or
StaticMarker
.
Location(String)
- Constructor for class de.pentabyte.googlemaps.
Location
Location(double, double)
- Constructor for class de.pentabyte.googlemaps.
Location
Will create a location which will not require geocoding.
P
PolylineEncoder
- Class in
de.pentabyte.googlemaps
For encoding Google-Polylines.
PolylineEncoder()
- Constructor for class de.pentabyte.googlemaps.
PolylineEncoder
S
setAnchor(String)
- Method in class de.pentabyte.googlemaps.
StaticMarker
Set the anchor as an x,y point of the icon (such as 10,5), or as a predefined alignment using one of the following values: top, bottom, left, right, center, topleft, topright, bottomleft, or bottomright.
setColor(Color)
- Method in class de.pentabyte.googlemaps.
StaticMarker
setColor(Color)
- Method in class de.pentabyte.googlemaps.
StaticPath
setCustomIconUrl(String)
- Method in class de.pentabyte.googlemaps.
StaticMarker
setFillColor(Color)
- Method in class de.pentabyte.googlemaps.
StaticPath
setFormat(Format)
- Method in class de.pentabyte.googlemaps.
StaticMap
PNG
, if none specified.
setHexColor(String)
- Method in class de.pentabyte.googlemaps.
StaticMarker
setHexColor(String)
- Method in class de.pentabyte.googlemaps.
StaticPath
setHexFillColor(String)
- Method in class de.pentabyte.googlemaps.
StaticPath
setLabel(Character)
- Method in class de.pentabyte.googlemaps.
StaticMarker
setLocale(Locale)
- Method in class de.pentabyte.googlemaps.
StaticMap
setLocation(Location, int)
- Method in class de.pentabyte.googlemaps.
StaticMap
setMaptype(StaticMap.Maptype)
- Method in class de.pentabyte.googlemaps.
StaticMap
setMarkers(List<StaticMarker>)
- Method in class de.pentabyte.googlemaps.
StaticMap
setPaths(List<StaticPath>)
- Method in class de.pentabyte.googlemaps.
StaticMap
setScale(int)
- Method in class de.pentabyte.googlemaps.
StaticMap
Default: 1.
setShadow(boolean)
- Method in class de.pentabyte.googlemaps.
StaticMarker
setWeight(int)
- Method in class de.pentabyte.googlemaps.
StaticPath
setzIndex(Integer)
- Method in class de.pentabyte.googlemaps.
StaticMarker
setZoom(Integer)
- Method in class de.pentabyte.googlemaps.
StaticMarker
Only relevant, if this marker will be the only annotation on the map.
StaticMap
- Class in
de.pentabyte.googlemaps
StaticMap(int, int, String)
- Constructor for class de.pentabyte.googlemaps.
StaticMap
The dimensions (points) will be multiplied with the scale factor.
StaticMap.Maptype
- Enum in
de.pentabyte.googlemaps
StaticMarker
- Class in
de.pentabyte.googlemaps
Represents a Google Static Map Marker.
StaticMarker(double, double)
- Constructor for class de.pentabyte.googlemaps.
StaticMarker
StaticMarker(String)
- Constructor for class de.pentabyte.googlemaps.
StaticMarker
StaticPath
- Class in
de.pentabyte.googlemaps
Google Static Map Path.
StaticPath(List<LatLon>)
- Constructor for class de.pentabyte.googlemaps.
StaticPath
StaticPath(String)
- Constructor for class de.pentabyte.googlemaps.
StaticPath
T
toString()
- Method in class de.pentabyte.googlemaps.
Location
toString()
- Method in class de.pentabyte.googlemaps.
PolylineEncoder
toString()
- Method in class de.pentabyte.googlemaps.
StaticMap
Google-Map-Link
toString()
- Method in class de.pentabyte.googlemaps.
StaticMarker
Static Google Map Marker Definition
V
valueOf(String)
- Static method in enum de.pentabyte.googlemaps.
Color
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum de.pentabyte.googlemaps.
Format
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum de.pentabyte.googlemaps.
StaticMap.Maptype
Returns the enum constant of this type with the specified name.
values()
- Static method in enum de.pentabyte.googlemaps.
Color
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum de.pentabyte.googlemaps.
Format
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum de.pentabyte.googlemaps.
StaticMap.Maptype
Returns an array containing the constants of this enum type, in the order they are declared.
A
C
D
F
G
H
I
L
P
S
T
V
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2018. All rights reserved.