public PhotosGeoSetLocation ( string photoId, double latitude, double longitude ) : void | ||
photoId | string | The ID of the photo to set to location for. |
latitude | double | The latitude of the geo location. A double number ranging from -180.00 to 180.00. Digits beyond 6 decimal places will be truncated. |
longitude | double | The longitude of the geo location. A double number ranging from -180.00 to 180.00. Digits beyond 6 decimal places will be truncated. |
Résultat | void |