This feature requires a CommCare Software Plan
This feature will only be available to CommCare users with an Pro Plan or higher. For more details, see the CommCare Software Plan page.
This page will walk you through the steps of integrating Dimagi's area mapping application with your CommCare app.
Configuration
- On your Android device, download the Area Calculator application from the Google Play Store
- In the Form Builder, add a Android App Callout type question
- Then, under the "Templates" dropdown of this question, select the "Area Calculator" question type
Saving Images
In order to capture an image of the map and the polygon around the surveyed area, follow the steps below.
- Add an extra to the Area Calculator question with key: image and value: 'true'
- Add an image capture question to the form
- Add a key/value pair to the Response section of the Area Calculator question, with key: image and value: drag and drop the image capture question
The image of the map and polygon will now be saved to the image capture question when the form is submitted.
Saving Coordinates
In order to capture the coordinates of the polygon, follow the steps below.
- Add an extra to the Area Calculator question with key: coordinates and value: 'true'
- Add a hidden value to the form to save the coordinates in
- Add a key/value pair to the Response section of the Area Calculator question, with key: coordinates and value: drag and drop the hidden value created in step 2 above
The coordinates of the polygon will now be saved to the hidden value as a string of lat/lng doubles when the form is submitted.