umwelt

Results 5 comments of umwelt

Hi @kizitonwose @akovalov - thanks for the input

``` // provide image to your marker ` marker.iconView = UIImageView(image: #imageLiteral(resourceName: "tracker")) // I'd choose to insert above, but below will work too, depends on your UI marker.iconView?.layer.insertSublayer(pulsator, above:...

I did add a pulsator to gmaps https://github.com/shu223/Pulsator/issues/34#issuecomment-398301093

Caused by: org.gradle.internal.resource.transport.http.HttpErrorStatusCodeException: Could not GET 'https://maven.pkg.github.com/INPS-it/SPIDlibraryAndroid/com/esri/arcgisruntime/arcgis-android/100.15.0/arcgis-android-100.15.0.pom'. Received status code 401 from server: Unauthorized

As stated above, https://vimeo.com/{video_id} is not the resource link. I you make a GET to https://api.vimeo.com/videos/{video_id}, there is a node named "files" in the response. Thats an array with all...