9 Commits

Author SHA1 Message Date
dependabot-preview[bot]
b214f3be4e
chore(deps): bump core-ktx in /tutorials/kotlin/CurrentPlaceDetailsOnMap (#217) 2020-05-28 03:59:34 +00:00
dependabot-preview[bot]
e85d4679cc
chore(deps): bump places in /tutorials/kotlin/CurrentPlaceDetailsOnMap (#218) 2020-05-28 03:59:21 +00:00
Chris Arriola
693275318b
chore: Add Kotlin version of CurrentPlaceDetailsOnMap. (#215) 2020-05-27 20:38:40 -07:00
Chris Arriola
a14087f52c
chore: Remove 'silent' from END_EXCLUDE tags (#214) 2020-05-26 14:33:38 -07:00
Chris Arriola
8da74564d6
chore: Remove KTX and lifecycle dependencies from MapsMarkerActivity (#213) 2020-05-26 10:42:02 -07:00
dependabot-preview[bot]
ffe9d8f1bc
chore(deps): bump maps-ktx in /tutorials/kotlin/MapWithMarker (#202)
Bumps [maps-ktx](https://github.com/googlemaps/android-maps-ktx) from 1.4.0 to 1.5.0.
- [Release notes](https://github.com/googlemaps/android-maps-ktx/releases)
- [Changelog](https://github.com/googlemaps/android-maps-ktx/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googlemaps/android-maps-ktx/compare/v1.4.0...v1.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-05-14 08:46:14 -07:00
Chris Arriola
ba01ea47ff
feat: Adding Kotlin version of PolyActivity (#197)
* chore: Modify how API key is provided

* Creating kotlin version of Polygons.

* Add region tag for maps_poly_activity_get_map_async

* Add region tag for maps_poly_activity_on_map_ready

* Add region tag for maps_poly_activity_add_polyline

* Add region tag for maps_poly_activity_add_polyline_set_tag

* Add regiontag maps_poly_activity_style_polyline

* Add region tag for maps_poly_activity_on_polyline_click

* Add region tag for maps_poly_activity_style_polygon

* Addressing comments.
2020-05-12 09:09:27 -07:00
Chris Arriola
5ac76bb18b
chore: Adding regiontag for MapsMarkerActivity (#195) 2020-05-08 08:45:09 -07:00
Chris Arriola
69f17a8fb0
feat: Adding kotlin sample for MapWithMarker. (#192)
* feat: Adding kotlin sample for MapWithMarker.

* Using gradle technique for passing the API key

* Adding license headers.

* Modify java MapWithMarker to use secure.properties as well.

* Adding more license headers

* Update build.yml cd

* Fix dir.

* Using maps_api_key

* Update tutorials/kotlin/MapWithMarker/app/src/main/java/com/example/mapwithmarker/MapsMarkerActivity.kt

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

* Comments

* Add missing import

Co-authored-by: Sean Barbeau <sjbarbeau@gmail.com>
2020-05-07 15:02:38 -07:00