dependabot-preview[bot]
e7a36b7221
chore(deps): bump gradle in /tutorials/java/StyledMap ( #338 )
...
Bumps gradle from 4.0.1 to 4.0.2.
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-12 08:03:04 +00:00
dependabot-preview[bot]
a6de5ac006
chore(deps): bump places in /tutorials/java/CurrentPlaceDetailsOnMap
...
Bumps places from 2.3.0 to 2.4.0.
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-23 23:56:06 +00:00
Chris Arriola
6eb23eee45
chore: Add missing snippets ( #316 )
...
* chore: Add missing snippets.
* Add POI behavior
* License.
* Adding snippets for Maps Object.
* Add OnPoiClickDemoActivity
* Add LiteMode.
* Add street view sample code.
* Add missing headers.
* Marking activity as public.
* Making activity internal
* Move exclude.
* Adding snippets for Events.
* Add camera and view snippets.
* Adding MyLocationLayerActivity.
* Add snippets for Markers.
* Adding InfoWindows.
* Addiing snippets for Shapes.
* Add GroundOverlays snippets.
* Add tile overlays samples.
* Add AMU + GeoJSON samples.
* ADd KML snippets.
* Adding heatmaps.
* Add clustering.
* Add multilayer.
2020-09-23 15:14:56 -07:00
dependabot-preview[bot]
a1025265d9
chore(deps): bump appcompat in /tutorials/java/Polygons ( #286 )
2020-09-10 18:25:15 +00:00
dependabot-preview[bot]
8f3e1b663c
chore(deps): bump appcompat in /tutorials/java/MapWithMarker ( #289 )
2020-09-10 18:05:29 +00:00
dependabot-preview[bot]
a33a1971ab
chore(deps): bump espresso-core in /tutorials/java/StyledMap ( #306 )
2020-09-10 17:56:02 +00:00
dependabot-preview[bot]
a426094b5f
chore(deps): bump espresso-core in /tutorials/java/MapWithMarker ( #291 )
2020-09-10 17:45:51 +00:00
dependabot-preview[bot]
cf3c87a8f3
chore(deps): bump junit from 1.1.1 to 1.1.2 in /tutorials/java/Polygons ( #285 )
2020-09-10 17:37:12 +00:00
dependabot-preview[bot]
766cb2ed8f
chore(deps): bump appcompat in /tutorials/java/StyledMap ( #303 )
2020-09-10 17:28:01 +00:00
dependabot-preview[bot]
71251e2611
chore(deps): bump espresso-core in /tutorials/java/Polygons
...
Bumps espresso-core from 3.2.0 to 3.3.0.
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-10 17:17:00 +00:00
dependabot-preview[bot]
08db0816a2
chore(deps): bump appcompat in /tutorials/java/CurrentPlaceDetailsOnMap
...
Bumps appcompat from 1.1.0 to 1.2.0.
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-10 17:16:55 +00:00
dependabot-preview[bot]
699bac9b04
chore(deps): bump junit in /tutorials/java/MapWithMarker
...
Bumps junit from 1.1.1 to 1.1.2.
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-10 17:16:46 +00:00
dependabot-preview[bot]
7729f2a498
chore(deps): bump junit from 1.1.1 to 1.1.2 in /tutorials/java/StyledMap
...
Bumps junit from 1.1.1 to 1.1.2.
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-10 17:16:28 +00:00
Chris Arriola
fe594674ce
build: Update to Gradle 4.0.1
2020-07-27 14:59:25 -07: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
e5580ef99b
chore: Add region tags in MapsMarkerActivity. ( #238 )
2020-06-02 11:09:23 -07:00
Chris Arriola
693275318b
chore: Add Kotlin version of CurrentPlaceDetailsOnMap. ( #215 )
2020-05-27 20:38:40 -07:00
dependabot-preview[bot]
2dccc34eca
chore(deps): bump places in /tutorials/java/CurrentPlaceDetailsOnMap ( #216 )
2020-05-27 15:26:58 +00:00
Chris Arriola
a14087f52c
chore: Remove 'silent' from END_EXCLUDE tags ( #214 )
2020-05-26 14:33:38 -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