LightBox Administration Boundaries - States API
Number of APIs: 5
Overview
The LightBox US State Boundary API returns state boundaries. Users can add state boundaries to modern map controls or reports with tile and bounding box image requests. Fetch results using autocomplete, a geometry, or an ID.
Samples
Contact Support:
Email: developer@lightboxre.com
-
states/us-tile - Return an image based on a bounding box, width, and height. GET {{baseUrl}}/states/us/tile?bbox=-122.39921484469761,45.572657942246956,-122.3705044794022,45.582382848556996&width=2676&height=1295
-
states/us-tile - Generate a 256 x 256 tile using x,y, and z values. GET {{baseUrl}}/states/us/tile/:zoom/:x/:y
-
states/us - Query for state records based on a geometry string. GET {{baseUrl}}/states/us/geometry?wkt=POINT(-117.852723 33.63799)&bufferDistance=50&bufferUnit=m
-
states/us - /states/us/_autocomplete GET {{baseUrl}}/states/us/_autocomplete?text=Califo
-
states/us - Query for a specific state using an ID. GET {{baseUrl}}/states/us/:id