2024-05-01 14:53:46 +02:00
---
title: "mediaAreaGeoPoint"
description: "Represents a geolocation tag attached to a story."
nav_exclude: true
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: mediaAreaGeoPoint
[Back to constructors index ](/API_docs/constructors/index.html )
Represents a geolocation tag attached to a [story ](https://core.telegram.org/api/stories ).
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|coordinates|[MediaAreaCoordinates](/API_docs/types/MediaAreaCoordinates.html) | Yes|The size and position of the media area corresponding to the location sticker on top of the story media.|
|geo|[GeoPoint](/API_docs/types/GeoPoint.html) | Optional|Coordinates of the geolocation tag.|
2024-07-02 15:45:44 +02:00
|address|[GeoPointAddress](/API_docs/types/GeoPointAddress.html) | Optional|
2024-05-01 14:53:46 +02:00
### Type: [MediaArea](/API_docs/types/MediaArea.html)
### Example:
```
2024-07-02 15:45:44 +02:00
$mediaAreaGeoPoint = ['_' => 'mediaAreaGeoPoint', 'coordinates' => MediaAreaCoordinates, 'geo' => GeoPoint, 'address' => GeoPointAddress];
2024-05-01 14:53:46 +02:00
```