Skip to content

Commit

Permalink
Edit a comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
zestyping authored and lognaturel committed Nov 19, 2019
1 parent 04ac296 commit e8a6455
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ protected void extractGeometryValues(FormInstance instance, String xpath, Conten
}

protected JSONObject toGeoJson(GeoPointData data) throws JSONException {
// The four (nameless, undocumented) fields of a GeoPointData record are
// For a GeoPointData object, the four fields exposed by getPart() are
// latitude, longitude, altitude, and accuracy radius, in that order.
double lat = data.getPart(0);
double lon = data.getPart(1);
Expand Down

0 comments on commit e8a6455

Please sign in to comment.