| Modifier and Type | Class and Description |
|---|---|
static class |
GoogleMapLib.CreationOptions
Enumeration of options for Creating various file types
using the GoogleMapBuilder.
|
static class |
GoogleMapLib.MapComponents
Enumeration of options for items to add to
a GoogleMap using the GoogleMapBuilder.
|
static class |
GoogleMapLib.MapOptions
Enumeration of options for use Google map settings.
|
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
LOCAL_HOST_KEY |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
createHtmlData(Naming<java.lang.Object> data)
Generates an html table containing the passed Naming data.
|
static java.lang.String |
getGoogleMapKeyForLocalHost()
Returns the Google map key for viewing on localhost.
|
static java.util.List<java.lang.String> |
listGoogleIconUrls()
Returns a list of standard Google icon url Strings.
|
public static final java.lang.String LOCAL_HOST_KEY
public static java.util.List<java.lang.String> listGoogleIconUrls()
public static java.lang.String getGoogleMapKeyForLocalHost()
public static java.lang.String createHtmlData(Naming<java.lang.Object> data)
Map Marker info windows appear to only allow 8k of data. So, limit html to 8,000 characters.
data - - Naming of data to display