79 Commits

Author SHA1 Message Date
dependabot-preview[bot]
84edb52ad5
chore(deps): bump constraint-layout in /ApiDemos/kotlin (#373)
Bumps constraint-layout from 2.0.1 to 2.0.4.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-11-02 07:42:51 +00:00
dependabot-preview[bot]
8a1df2eaca
chore(deps): bump play-services-location in /ApiDemos/kotlin (#327)
Bumps play-services-location from 17.0.0 to 17.1.0.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-10-26 07:36:36 +00:00
dependabot-preview[bot]
a9998da743
chore(deps): bump play-services-base in /ApiDemos/kotlin (#369)
Bumps play-services-base from 17.4.0 to 17.5.0.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-10-26 07:36:08 +00:00
dependabot-preview[bot]
dd12c13dbb
chore(deps): bump constraint-layout in /ApiDemos/kotlin (#292) 2020-09-23 23:57:38 +00:00
dependabot-preview[bot]
f039c499c8
chore(deps): bump junit from 1.1.1 to 1.1.2 in /ApiDemos/kotlin (#288) 2020-09-10 17:55:32 +00:00
dependabot-preview[bot]
530719e710
chore(deps): bump play-services-base in /ApiDemos/kotlin (#277) 2020-09-10 17:28:33 +00:00
dependabot-preview[bot]
7da51f32db
chore(deps): bump espresso-core from 3.2.0 to 3.3.0 in /ApiDemos/kotlin (#294) 2020-09-10 17:26:13 +00:00
dependabot-preview[bot]
5a262b6b3a chore(deps): bump play-services-basement in /ApiDemos/kotlin
Bumps play-services-basement from 17.3.0 to 17.4.0.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-10 17:17:04 +00:00
dependabot-preview[bot]
f95f2bb13c chore(deps): bump appcompat from 1.1.0 to 1.2.0 in /ApiDemos/kotlin
Bumps appcompat from 1.1.0 to 1.2.0.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-10 17:16:50 +00:00
Chris Arriola
7768691408
docs: Update README on how to provide GMP API Key. (#248)
* docs: Update README on how to provide GMP API Key.

* fix references.

* Update reference.

* Update string.

* Update references.
2020-06-17 09:47:42 -07:00
Chris Arriola
039244ca50 feat: Add samples for V3 BETA 3.1.0 release. 2020-06-12 14:05:02 -07:00
dependabot-preview[bot]
dca00a27a7
chore(deps): bump play-services-base in /ApiDemos/kotlin (#241) 2020-06-03 18:41:58 +00:00
dependabot-preview[bot]
fb52adb503
chore(deps): bump play-services-base in /ApiDemos/kotlin (#237) 2020-06-02 17:34:16 +00:00
Chris Arriola
694c460834
chore: Kotlin ApiDemos for Maps SDK V3 BETA (#201)
* chore: Kotlin ApiDemos for Maps SDK V3 BETA

* Update ApiDemos/kotlin/app/build.gradle

Co-authored-by: Sean Barbeau <sjbarbeau@gmail.com>

Co-authored-by: Sean Barbeau <sjbarbeau@gmail.com>
2020-05-14 11:40:26 -07:00
Sean Barbeau
f9c52c7673
chore: Remove KTX from basic map demo (#196) 2020-05-08 18:28:54 -04:00
Sean Barbeau
a972bafebc
feat: Get Maps API key from unversioned file instead of resource - kotlin (#189)
New process to add your own Google Maps API key:

1. [Get a Maps API key](https://developers.google.com/maps/documentation/android-sdk/get-api-key)
1. Create a file in the `ApiDemos/kotlin/app` directory called `secure.properties` (this file should *NOT* be under version control to protect your API key)
1. Add a single line to `ApiDemos/kotlin/app/secure.properties` that looks like `MAPS_API_KEY=YOUR_API_KEY`, where `YOUR_API_KEY` is the API key you obtained in the first step
1. Build and run
2020-05-07 08:06:11 -07:00
Sean Barbeau
41e6322ccb
feat: Use coroutine and AMU-KTX .awaitMap() to init basic map demo (#188) 2020-05-06 09:24:13 -07:00
dependabot-preview[bot]
899c33704a
chore(deps): Bump easypermissions from 1.1.1 to 3.0.0 in /ApiDemos/kotlin (#156)
Bumps [easypermissions](https://github.com/googlesamples/easypermissions) from 1.1.1 to 3.0.0.
- [Release notes](https://github.com/googlesamples/easypermissions/releases)
- [Commits](https://github.com/googlesamples/easypermissions/compare/1.1.1...3.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-04-14 19:55:33 -07:00
dependabot-preview[bot]
b7dc36bc40
Bump junit from 4.12 to 4.13 in /ApiDemos/kotlin
Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/master/doc/ReleaseNotes4.12.md)
- [Commits](https://github.com/junit-team/junit4/compare/r4.12...r4.13)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-14 16:36:35 +00:00
Angela Yu
7e9b01cf82
Update to latest Maps and Places SDKs (#141)
* Update ApiDemos/java to latest Maps SDK for Android

* Update ApiDemos/kotlin to latest Maps SDK for Android

* Update tutorials/CurrentPlaceDetailsOnMap to new Places SDK for Android

* Update tutorials/MapWithMarker to latest Maps SDK for Android

* Update tutorials/Polygons to latest Maps SDK for Android

* Update tutorials/StyledMap to latest Maps SDK for Android

* Update README with better instructions for API key
2019-12-30 13:18:01 -08:00
Bella Mangunsong
979c510e4a Merge remote-tracking branch 'upstream/master' 2018-02-15 15:07:49 +11:00
Bella Mangunsong
498927a018 fix build.gradle and UI Settings Demo 2018-02-15 11:30:20 +11:00
Bella Mangunsong
4364cd4d97 add Lite List Demo 2018-02-08 09:48:02 +11:00
Bella Mangunsong
304e0b1c03 add UI settings demo 2018-02-08 09:48:02 +11:00
Bella Mangunsong
d5d5c98ecc add StreetView Panorama Navigation demo 2018-02-08 09:48:02 +11:00
Bella Mangunsong
1f728dfd9b Add a Basic Map Demo 2018-02-08 09:48:02 +11:00
Katherine Allen
90715219bf added layers demo and associated files 2018-02-07 16:31:17 +11:00
Katherine Allen
9048d38339 added kotlin marker demo and associated files 2018-02-07 14:54:09 +11:00
Bella Mangunsong
ae45ead8b2 started the Kotlin ApiDemos project and created menu system 2018-02-06 10:19:34 +11:00