Skip to content

Commit c389a7f

Browse files
Merge pull request #414 from domesticmouse/master
README update, and googleJavaFormat fix
2 parents 9b54a6f + 7019e46 commit c389a7f

2 files changed

Lines changed: 12 additions & 5 deletions

File tree

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,16 @@ APIs:
2626
Keep in mind that the same [terms and conditions](https://developers.google.com/maps/terms) apply
2727
to 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

src/main/java/com/google/maps/model/Size.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* permissions and limitations under the License.
1414
*/
1515

16-
package com.google.maps.model;
16+
package com.google.maps.model;
1717

1818
import com.google.maps.internal.StringJoin;
1919
import java.io.Serializable;

0 commit comments

Comments
 (0)