---
title: MapRegion
framework: applemapsserverapi
role: symbol
role_heading: Object
path: applemapsserverapi/mapregion
---

# MapRegion

An object that describes a map region in terms of its upper-right and lower-left corners as a pair of geographic points.

## Declaration

```data
object MapRegion
```

## Properties

eastLongitude: A double value that describes the east longitude of the map region. northLatitude: A double value that describes the north latitude of the map region. southLatitude: A double value that describes the south latitude of the map region. westLongitude: A double value that describes west longitude of the map region.

## See Also

### Getting common object information

- [AutocompleteResult](applemapsserverapi/autocompleteresult.md)
- [DirectionsResponse](applemapsserverapi/directionsresponse.md)
- [EtaResponse](applemapsserverapi/etaresponse.md)
- [Location](applemapsserverapi/location.md)
- [Place](applemapsserverapi/place.md)
- [PlaceResults](applemapsserverapi/placeresults.md)
- [SearchAutocompleteResponse](applemapsserverapi/searchautocompleteresponse.md)
- [SearchMapRegion](applemapsserverapi/searchmapregion.md)
- [SearchResponse](applemapsserverapi/searchresponse.md)
- [StructuredAddress](applemapsserverapi/structuredaddress.md)
