Commit b9e74497 authored by Beka Westberg's avatar Beka Westberg Committed by Evan W. Patton

Fix LineString.PointsFromString docs

parent e1c94a3d
...@@ -146,8 +146,7 @@ public class LineString extends MapFeatureBase implements MapLineString { ...@@ -146,8 +146,7 @@ public class LineString extends MapFeatureBase implements MapLineString {
/** /**
* Set the points of the LineString from a specially-coded character string of the form: * Set the points of the LineString from a specially-coded character string of the form:
* [[longitude1, latitude1], [longitude2, latitude2], ...] * [[latitude1, longitude1], [latitude2, longitude2], ...]
* Note the reversal of latitude and longitude versus how they are typically represented.
* *
* @param points String containing a sequence of points for the LineString. * @param points String containing a sequence of points for the LineString.
*/ */
......
...@@ -369,8 +369,7 @@ ...@@ -369,8 +369,7 @@
<dd>The list of points, as pairs of latitudes and longitudes, in the <code class="highlighter-rouge">LineString</code>.</dd> <dd>The list of points, as pairs of latitudes and longitudes, in the <code class="highlighter-rouge">LineString</code>.</dd>
<dt id="LineString.PointsFromString" class="text wo"><em>PointsFromString</em></dt> <dt id="LineString.PointsFromString" class="text wo"><em>PointsFromString</em></dt>
<dd>Set the points of the LineString from a specially-coded character string of the form: <dd>Set the points of the LineString from a specially-coded character string of the form:
[[longitude1, latitude1], [longitude2, latitude2], …] [[latitude1, longitude1], [latitude2, longitude2], …]</dd>
Note the reversal of latitude and longitude versus how they are typically represented.</dd>
<dt id="LineString.StrokeColor" class="color"><em>StrokeColor</em></dt> <dt id="LineString.StrokeColor" class="color"><em>StrokeColor</em></dt>
<dd>Sets or gets the color used to outline the <code class="highlighter-rouge">LineString</code>.</dd> <dd>Sets or gets the color used to outline the <code class="highlighter-rouge">LineString</code>.</dd>
<dt id="LineString.StrokeOpacity" class="number"><em>StrokeOpacity</em></dt> <dt id="LineString.StrokeOpacity" class="number"><em>StrokeOpacity</em></dt>
......
...@@ -288,8 +288,7 @@ A `FeatureCollection` groups one or more map features together. Any events that ...@@ -288,8 +288,7 @@ A `FeatureCollection` groups one or more map features together. Any events that
{:id="LineString.PointsFromString" .text .wo} *PointsFromString* {:id="LineString.PointsFromString" .text .wo} *PointsFromString*
: Set the points of the LineString from a specially-coded character string of the form: : Set the points of the LineString from a specially-coded character string of the form:
[[longitude1, latitude1], [longitude2, latitude2], ...] [[latitude1, longitude1], [latitude2, longitude2], ...]
Note the reversal of latitude and longitude versus how they are typically represented.
{:id="LineString.StrokeColor" .color} *StrokeColor* {:id="LineString.StrokeColor" .color} *StrokeColor*
: Sets or gets the color used to outline the `LineString`. : Sets or gets the color used to outline the `LineString`.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment