Style docs
This commit is contained in:
@@ -124,6 +124,7 @@ ol.style.Circle.prototype.getAnchor = function() {
|
||||
|
||||
|
||||
/**
|
||||
* Get the fill style for the circle.
|
||||
* @return {ol.style.Fill} Fill style.
|
||||
* @api
|
||||
*/
|
||||
@@ -141,6 +142,7 @@ ol.style.Circle.prototype.getHitDetectionImage = function(pixelRatio) {
|
||||
|
||||
|
||||
/**
|
||||
* Get the image used to render the circle.
|
||||
* @param {number} pixelRatio Pixel ratio.
|
||||
* @return {HTMLCanvasElement} Canvas element.
|
||||
* @api
|
||||
@@ -184,6 +186,7 @@ ol.style.Circle.prototype.getOrigin = function() {
|
||||
|
||||
|
||||
/**
|
||||
* Get the circle radius.
|
||||
* @return {number} Radius.
|
||||
* @api
|
||||
*/
|
||||
@@ -202,6 +205,7 @@ ol.style.Circle.prototype.getSize = function() {
|
||||
|
||||
|
||||
/**
|
||||
* Get the stroke style for the circle.
|
||||
* @return {ol.style.Stroke} Stroke style.
|
||||
* @api
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user