Uses of Class
com.dlsc.gmapsfx.javascript.object.MarkerOptions
| Package | Description |
|---|---|
| com.dlsc.gmapsfx.javascript.object |
-
Uses of MarkerOptions in com.dlsc.gmapsfx.javascript.object
Methods in com.dlsc.gmapsfx.javascript.object that return MarkerOptions Modifier and Type Method Description MarkerOptionsMarkerOptions. animation(Animation animation)MarkerOptionsMarkerOptions. icon(String iconPath)MarkerOptionsMarkerOptions. label(String label)MarkerOptionsMarkerOptions. position(LatLong latLong)MarkerOptionsMarkerOptions. title(String title)MarkerOptionsMarkerOptions. visible(Boolean visible)Methods in com.dlsc.gmapsfx.javascript.object with parameters of type MarkerOptions Modifier and Type Method Description voidMarker. setOptions(MarkerOptions markerOptions2)Constructors in com.dlsc.gmapsfx.javascript.object with parameters of type MarkerOptions Constructor Description Marker(MarkerOptions markerOptions)Contructs a new map Marker with the specified options