Geo Spatial Functions
* Is a point inside of an area * Surface of an area * Bounds of geo coordinates * Center of geo coordinates * Convert coordinates from decimal to sexagesimal and vice versa * Compass direction * Distance from a point to a line * Is a point inside of a circle * Distance between two geo coordinates * Is a point lies on a line All methods that are working with coordinates that can be either in…
Geo Spatial Functions endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Is a point lies on a line /pointOnLine |
Calculates if given point lies on a line formed by start and end geo locations. |
| POST |
Distance between two geo coordinates /distance |
Calculates the distance between two geo coordinates. The accuracy parameter (in meters) is optional. If omitted, the accuracy is 1 meter. If you need a more accurate result, you… |
| POST |
Is a point inside of a circle /inCircle |
Checks whether a point is inside of a circle or not. The circle is defined by its center and radius |
| POST |
Distance from a point to a line /distanceFromLine |
Gets the minimum distance from a point to a line formed by start and end. The result is expressed in meters. |
| POST |
Compass direction /direction |
Gets the compass direction from an origin coordinate to a destination coordinate. Returns the direction (e.g. NNE, SW, E, …) |
| POST |
Convert coordinates from decimal to sexagesimal and vice versa /convertCoordinates |
Convert geo coordinates from decimal to sexagesimal and vice versa |
| POST |
Center of geo coordinates /center |
Calculates the geographical center of all points in a collection of geo coordinates. |
| POST |
Bounds of geo coordinates /bounds |
Calculates the bounds of geo coordinates. That is the rectangle enclosing all the coordinates. It also returns the center of the rectangle. |
| POST |
Surface of an area /area |
Calculates the surface area of a polygon. Returns the result as number in square meters. |
| POST |
Is a point inside of an area /inArea |
Checks whether a point is inside of an area formed by a list of geo coordinates. |
Geo Spatial Functions pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 2 / minute |
|
| PRO Recommended | $10 / month | 5 / second |
|
| ULTRA | $25 / month | 10 / second |
|
| MEGA | $75 / month | — |
|