[ Whereis® API Home ] [ JSON API Home ] [ Object Index ] [ Data Types ]

Identifies an area by reference to its top left and bottom right points, articulated as four separate values

Format

{
	"top":<double>,
	"left":<double>,
	"bottom":<double>, 
	"right":<double>
}

Parameters

Name

Mandatory?

Description

top

Y

North-most latitude

left

Y

West-most longitude

bottom

Y

South-most latitude

right

Y

East-most longitude

NOTES