1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
//! A photo of a Place. The photo can be accesed via the
/// [Place Photo](https://developers.google.com/places/web-service/photos) API
/// using a URL.
use ;
// -----------------------------------------------------------------------------
//
/// A photo of a Place. The photo can be accesed via the
/// [Place Photo](https://developers.google.com/places/web-service/photos) API
/// using an url in the following pattern:
///
/// ```
/// https://maps.googleapis.com/maps/api/place/photo?maxwidth=400&photo_reference=photo_reference&key=YOUR_API_KEY
/// ```
///
/// See [Place Photos](https://developers.google.com/places/web-service/photos) for more information.
// struct PlacePhoto
// -----------------------------------------------------------------------------
// impl FromStr