Adds a new map comment to the WME data model.
the created map comment.
an array of all the map comments in the WME data model
An id of the map comment to find.
map comment with id, or null if not found in the WME data model
Updates a map comment in the WME data model.
Optional
body?: stringThe body of the comment.
Optional
endDate?: null | numberThe expiration date of the comment in the timezone of the comment location.
Optional
geometry?: Point | PolygonThe GeoJSON representation of the comment's location.
An id of the map comment to edit.
Optional
subject?: stringThe subject of the comment.
the updated map comment.
Methods for dealing with MapComments.