|
17 | 17 | package com.google.api.services.places.v1.model;
|
18 | 18 |
|
19 | 19 | /**
|
20 |
| - * Represents a postal address (for example, for postal delivery or payments addresses). Given a |
21 |
| - * postal address, a postal service can deliver items to a premise, P.O. box or similar. It is not |
22 |
| - * intended to model geographical locations (roads, towns, mountains). In typical usage, an address |
23 |
| - * would be created by user input or from importing existing data, depending on the type of process. |
24 |
| - * Advice on address input or editing: - Use an internationalization-ready address widget such as |
25 |
| - * https://github.com/google/libaddressinput. - Users should not be presented with UI elements for |
26 |
| - * input or editing of fields outside countries where that field is used. For more guidance on how |
27 |
| - * to use this schema, see: https://support.google.com/business/answer/6397478. |
| 20 | + * Represents a postal address, such as for postal delivery or payments addresses. With a postal |
| 21 | + * address, a postal service can deliver items to a premise, P.O. box, or similar. A postal address |
| 22 | + * is not intended to model geographical locations like roads, towns, or mountains. In typical |
| 23 | + * usage, an address would be created by user input or from importing existing data, depending on |
| 24 | + * the type of process. Advice on address input or editing: - Use an internationalization-ready |
| 25 | + * address widget such as https://github.com/google/libaddressinput. - Users should not be presented |
| 26 | + * with UI elements for input or editing of fields outside countries where that field is used. For |
| 27 | + * more guidance on how to use this schema, see: https://support.google.com/business/answer/6397478. |
28 | 28 | *
|
29 | 29 | * <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
|
30 | 30 | * transmitted over HTTP when working with the Places API (New). For a detailed explanation see:
|
|
0 commit comments