Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
appinventor-sources
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
appinventor-sources
Commits
b9e74497
Commit
b9e74497
authored
Apr 25, 2020
by
Beka Westberg
Committed by
Evan W. Patton
Apr 27, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix LineString.PointsFromString docs
parent
e1c94a3d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
6 deletions
+3
-6
appinventor/components/src/com/google/appinventor/components/runtime/LineString.java
...com/google/appinventor/components/runtime/LineString.java
+1
-2
appinventor/docs/html/reference/components/maps.html
appinventor/docs/html/reference/components/maps.html
+1
-2
appinventor/docs/markdown/reference/components/maps.md
appinventor/docs/markdown/reference/components/maps.md
+1
-2
No files found.
appinventor/components/src/com/google/appinventor/components/runtime/LineString.java
View file @
b9e74497
...
...
@@ -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:
* [[longitude1, latitude1], [longitude2, latitude2], ...]
* Note the reversal of latitude and longitude versus how they are typically represented.
* [[latitude1, longitude1], [latitude2, longitude2], ...]
*
* @param points String containing a sequence of points for the LineString.
*/
...
...
appinventor/docs/html/reference/components/maps.html
View file @
b9e74497
...
...
@@ -369,8 +369,7 @@
<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>
<dd>
Set the points of the LineString from a specially-coded character string of the form:
[[longitude1, latitude1], [longitude2, latitude2], …]
Note the reversal of latitude and longitude versus how they are typically represented.
</dd>
[[latitude1, longitude1], [latitude2, longitude2], …]
</dd>
<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>
<dt
id=
"LineString.StrokeOpacity"
class=
"number"
><em>
StrokeOpacity
</em></dt>
...
...
appinventor/docs/markdown/reference/components/maps.md
View file @
b9e74497
...
...
@@ -288,8 +288,7 @@ A `FeatureCollection` groups one or more map features together. Any events that
{:id="LineString.PointsFromString" .text .wo}
*PointsFromString*
: Set the points of the LineString from a specially-coded character string of the form:
[[longitude1, latitude1], [longitude2, latitude2], ...]
Note the reversal of latitude and longitude versus how they are typically represented.
[[latitude1, longitude1], [latitude2, longitude2], ...]
{:id="LineString.StrokeColor" .color}
*StrokeColor*
: Sets or gets the color used to outline the
`LineString`
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment