File tree Expand file tree Collapse file tree
src/main/java/com/google/maps/model Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,10 +26,16 @@ APIs:
2626Keep in mind that the same [ terms and conditions] ( https://developers.google.com/maps/terms ) apply
2727to usage of the APIs when they're accessed through this library.
2828
29- ** Note:** The Java Client for Google Maps Services is for use in server applications. If you're building a
30- mobile application, you will need to introduce a proxy server to act as intermediary between your mobile
31- application and the [ Google Maps API Web Services] . The Java Client for Google Maps Services would make an
32- excellent choice as the basis for such a proxy server.
29+ ## Intended usage of this library
30+
31+ The Java Client for Google Maps Services is designed for use in server applications. This library
32+ is not intended for use inside of an Android app, due to the potential for loss of API keys.
33+
34+ If you are building a mobile application, you will need to introduce a proxy server to act as
35+ intermediary between your mobile application and the [ Google Maps API Web Services] . The Java
36+ Client for Google Maps Services would make an excellent choice as the basis for such a proxy server.
37+
38+ Please see [ Making the most of the Google Maps Web Service APIs] for more detail.
3339
3440## Support
3541
@@ -293,3 +299,4 @@ req.setCallback(new PendingResult.Callback<GeocodingResult[]>() {
293299[ Places API ] : https://developers.google.com/places/web-service/
294300[ Time Zone API ] : https://developers.google.com/maps/documentation/timezone
295301[ Roads API ] : https://developers.google.com/maps/documentation/roads
302+ [ Making the most of the Google Maps Web Service APIs ] : https://maps-apis.googleblog.com/2016/09/making-most-of-google-maps-web-service.html
Original file line number Diff line number Diff line change 1313 * permissions and limitations under the License.
1414 */
1515
16- package com .google .maps .model ;
16+ package com .google .maps .model ;
1717
1818import com .google .maps .internal .StringJoin ;
1919import java .io .Serializable ;
You can’t perform that action at this time.
0 commit comments