EncodedPolyline: Added APIMethod keywords to documentation
This commit is contained in:
@@ -42,7 +42,7 @@ OpenLayers.Format.EncodedPolyline = OpenLayers.Class(OpenLayers.Format, {
|
|||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Method: read
|
* APIMethod: read
|
||||||
* Deserialize an encoded polyline string and return a vector feature.
|
* Deserialize an encoded polyline string and return a vector feature.
|
||||||
*
|
*
|
||||||
* Parameters:
|
* Parameters:
|
||||||
@@ -89,7 +89,7 @@ OpenLayers.Format.EncodedPolyline = OpenLayers.Class(OpenLayers.Format, {
|
|||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Method: decode
|
* APIMethod: decode
|
||||||
* Deserialize an encoded string and return an array of n-dimensional
|
* Deserialize an encoded string and return an array of n-dimensional
|
||||||
* points.
|
* points.
|
||||||
*
|
*
|
||||||
@@ -131,7 +131,7 @@ OpenLayers.Format.EncodedPolyline = OpenLayers.Class(OpenLayers.Format, {
|
|||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Method: encode
|
* APIMethod: encode
|
||||||
* Serialize an array of n-dimensional points and return an encoded string
|
* Serialize an array of n-dimensional points and return an encoded string
|
||||||
*
|
*
|
||||||
* Parameters:
|
* Parameters:
|
||||||
|
|||||||
Reference in New Issue
Block a user