You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Maps SDK for Android](https://developers.google.com/maps/documentation/android/).
13
16
17
+
## Samples in this repo (if more than one)
18
+
14
19
This repo contains the following samples:
15
20
16
21
1.[ApiDemos](ApiDemos): A collection of small demos showing most features of the Maps SDK for Android.
@@ -21,57 +26,58 @@ setup required for a gradle-based Android Studio project.
21
26
associated with tutorials in the developer's guide. See each sample for a link to the associated guide.
22
27
1.[Snippets](snippets): Snippets for code found in https://developers.google.com/maps/documentation/android-sdk
23
28
29
+
## Requirements
24
30
25
-
Pre-requisites
26
-
--------------
31
+
To run the samples, you will need:
27
32
28
-
* See each sample for pre-requisites.
29
-
* All require up-to-date versions of the Android build tools and the Android support repository.
30
-
* The demo apps require that you add your own Google Maps API key. See [Get an API key](https://developers.google.com/maps/documentation/android-sdk/get-api-key) docs for more instructions.
33
+
- To [sign up with Google Maps Platform]
34
+
- A Google Maps Platform [project] with the **Maps SDK for Android** enabled
35
+
- An [API key] associated with the project above ... follow the [API key instructions] if you're new to the process
36
+
- See each sample for pre-requisites.
37
+
- All require up-to-date versions of the Android build tools and the Android support repository.
31
38
32
-
Getting Started
33
-
---------------
39
+
## Running the sample(s)
34
40
35
41
1. Download the samples by cloning this repository
36
-
2. In the welcome screen of Android Studio, select "Open an Existing project"
37
-
3. Select one of the sample directories from this repository
42
+
1. In the welcome screen of Android Studio, select "Open an Existing project"
43
+
1. Select one of the sample directories from this repository
38
44
39
45
Alternatively, use the `gradlew build` command to build the project directly or download an APK
40
46
under [releases](https://github.com/googlemaps/android-samples/releases).
41
47
42
-
Support
43
-
-------
48
+
## Contributing
49
+
50
+
Contributions are welcome and encouraged! If you'd like to contribute, send us a [pull request] and refer to our [code of conduct] and [contributing guide].
If you have discovered an issue with the Google Maps Platform SDK for Android v2, please see
48
-
the resources here: https://developers.google.com/maps/support/
54
+
This sample uses Google Maps Platform services. Use of Google Maps Platform services through this sample is subject to the Google Maps Platform [Terms of Service].
49
55
50
-
If you've found an error in these samples, please file an issue:
This sample is not a Google Maps Platform Core Service. Therefore, the Google Maps Platform Terms of Service (e.g. Technical Support Services, Service Level Agreements, and Deprecation Policy) do not apply to the code in this sample.
52
57
53
-
Patches are encouraged, and may be submitted according to the instructions in
54
-
CONTRIBUTING.md.
58
+
## Support
55
59
56
-
License
57
-
-------
58
-
(See each sample directory for details.)
60
+
This sample is offered via an open source [license]. It is not governed by the Google Maps Platform Support [Technical Support Services Guidelines], the [SLA], or the [Deprecation Policy]. However, any Google Maps Platform services used by the sample remain subject to the Google Maps Platform Terms of Service.
59
61
60
-
Copyright 2015 The Android Open Source Project
62
+
If you find a bug, or have a feature request, please [file an issue] on GitHub. If you would like to get answers to technical questions from other Google Maps Platform developers, ask through one of our [developer community channels]. If you'd like to contribute, please check the [contributing guide].
61
63
62
-
Copyright 2015 Google, Inc.
64
+
You can also discuss this sample on our [Discord server].
63
65
64
-
Licensed to the Apache Software Foundation (ASF) under one or more contributor
65
-
license agreements. See the NOTICE file distributed with this work for
66
-
additional information regarding copyright ownership. The ASF licenses this
67
-
file to you under the Apache License, Version 2.0 (the "License"); you may not
68
-
use this file except in compliance with the License. You may obtain a copy of
0 commit comments