--- title: inputGeoPoint description: inputGeoPoint attributes, type and example --- ## 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, ]; ```