EncodedPolyline: Added APIMethod keywords to documentation

This commit is contained in:
Tobias Bieniek
2012-12-28 19:14:30 +01:00
parent 510d42b12f
commit 06409da72e
+3 -3
View File
@@ -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: