Package | Description |
---|---|
com.gwidgets.api.leaflet | |
com.gwidgets.api.leaflet.options |
Modifier and Type | Class and Description |
---|---|
class |
DivIcon
Represents a lightweight icon for markers that uses a simple div element instead of an image.
|
Modifier and Type | Method and Description |
---|---|
static Icon |
L.icon(IconOptions options)
Represents an icon to provide when creating a marker.
|
Modifier and Type | Method and Description |
---|---|
L |
Marker.setIcon(Icon icon)
Changes the marker icon.
|
Modifier and Type | Method and Description |
---|---|
Icon |
MarkerOptions.getIcon()
Gets Icon class to use for rendering the marker.
|
Modifier and Type | Method and Description |
---|---|
MarkerOptions.Builder |
MarkerOptions.Builder.icon(Icon icon)
Icon class to use for rendering the marker.
|
Copyright © 2018 G-Widgets. All rights reserved.