Restricts results to those within a geographical area.
More...
|
| | Clip (double lng, double lat, double radius) |
| | Clips to a radius of km kilometers from the point.
|
| |
| | Clip (double km) |
| | Clips to a radius of km kilometers from the point specified by the focus parameter.
|
| |
| | Clip (double leftLng, double topLat, double rightLng, double bottomLat) |
| | Clips to 3 word addresses that are fully contained inside a bounding box.
|
| |
Restricts results to those within a geographical area.
◆ Clip() [1/3]
| OnlineMapsWhat3Words.Clip.Clip |
( |
double | lng, |
|
|
double | lat, |
|
|
double | radius ) |
Clips to a radius of km kilometers from the point.
- Parameters
-
| lng | Longitude of the point |
| lat | Latitude of the point |
| radius | Raduis (km) |
◆ Clip() [2/3]
| OnlineMapsWhat3Words.Clip.Clip |
( |
double | km | ) |
|
Clips to a radius of km kilometers from the point specified by the focus parameter.
- Parameters
-
◆ Clip() [3/3]
| OnlineMapsWhat3Words.Clip.Clip |
( |
double | leftLng, |
|
|
double | topLat, |
|
|
double | rightLng, |
|
|
double | bottomLat ) |
Clips to 3 word addresses that are fully contained inside a bounding box.
- Parameters
-
| leftLng | Left longitude |
| topLat | Top latitude |
| rightLng | Right longitude |
| bottomLat | Bottom latitude |