---
title: "Returns property map image, satellite image and street view image."
method: GET
path: "/property/{propertyID}/maps"
tags: ["Property"]
---

# Returns property map image, satellite image and street view image.

`GET /property/{propertyID}/maps`

Get property map and satellite with title plan polygon and Google street view images as base64 encoded string.

Images are Base64 encoded strings.

## Path parameters

- `propertyID` integer, required

## Headers

- `SPRIFT-API-KEY` string, required

## Response `200`

Map, Satellite and Street View Images

- InlineResponse2007
  - `status` boolean
  - `propertyMapWithPolygon` string
  - `propertySatelliteImage` string
  - `propertyStreetViewImage` string

---

[API](https://skmtc.net/sprift/apis/sprift-api.md) · [All operations](https://skmtc.net/sprift/apis/sprift-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sprift/sprift-api/versions/909cdbcb2f32/schema)
