---
title: inputGeoPointEmpty
description: Empty GeoPoint constructor.
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: inputGeoPointEmpty  
[Back to constructors index](index.md)



Empty GeoPoint constructor.




### Type: [InputGeoPoint](../types/InputGeoPoint.md)


### Example:

```php
$inputGeoPointEmpty = ['_' => 'inputGeoPointEmpty'];
```  


Or, if you're into Lua:

```lua
inputGeoPointEmpty={_='inputGeoPointEmpty'}

```