Express router for routes related to location validations
Methods
(static) get/service/validate/locations() → {Array.<String>}
Route for validating the location of a client
Parameters:
| Name | Type | Description |
|---|---|---|
req.query.latitude |
Number | The latitude coordinate |
req.query.longitude |
Number | The longitude coordinate |
Returns:
- Type
- Array.<String>