--- title: inputGeoPoint --- ## Constructor: inputGeoPoint [Back to constructors index](index.md) ### Attributes: | Name | Type | Required | |----------|:-------------:|---------:| |lat|[double](../types/double.md) | Required| |long|[double](../types/double.md) | Required| ### Type: [InputGeoPoint](../types/InputGeoPoint.md) ### Example: ``` $inputGeoPoint = ['_' => inputGeoPoint', 'lat' => double, 'long' => double, ]; ```