1# Camera_Location 2 3 4## Overview 5 6The Camera_Location struct describes the location where a photo is taken. 7 8**Since**: 11 9 10**Related module**: [OH_Camera](_o_h___camera.md) 11 12 13## Summary 14 15 16### Member Variables 17 18| Name| Description| 19| -------- | -------- | 20| double [latitude](#latitude) | Latitude. | 21| double [longitude](#longitude) | Longitude. | 22| double [altitude](#altitude) | Altitude, in pixels. | 23 24 25## Member Variable Description 26 27 28### altitude 29 30``` 31double Camera_Location::altitude 32``` 33**Description** 34 35Altitude, in pixels. 36 37 38### latitude 39 40``` 41double Camera_Location::latitude 42``` 43**Description** 44 45Latitude. 46 47 48### longitude 49 50``` 51double Camera_Location::longitude 52``` 53**Description** 54 55Longitude. 56