camaraproject / DeviceLocation

Repository to describe, develop, document and test the DeviceLocation API family
Apache License 2.0
21 stars 32 forks source link

Correct YAML examples to use upper case enum of areaType #136

Closed mhfoo closed 8 months ago

mhfoo commented 9 months ago

Problem description To correct YAML examples to use upper case enum of areaType:

Expected action Correction of the YAMLs to reflect the correct enum

Additional context enum for areaType introduced in #132

mhfoo commented 9 months ago

Correct the following to reflect radius as well, instead of accuracy:

    example:
        areaType: Circle
        center:
          latitude: 50.735851
          longitude: 7.10066
        accuracy: 50000
jlurien commented 8 months ago

Thanks, have to be fixed. We have to create a PR for it