532 B
532 B
title | description |
---|---|
inputGeoPoint | inputGeoPoint attributes, type and example |
Constructor: inputGeoPoint
Attributes:
Name | Type | Required |
---|---|---|
latitude | double | Required |
longitude | double | Required |
Type: InputGeoPoint
Example:
$inputGeoPoint = ['_' => 'inputGeoPoint', 'latitude' => double, 'longitude' => double, ];