Hsieh Chin Fan
Hsieh Chin Fan
> I use `implementation 'androidx.constraintlayout:constraintlayout:1.1.3'` instead > `implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta2'` and it work for me Looks like this solution cannot apply to fragment with AndroidX [Navigation](https://developer.android.com/guide/navigation/)
> So far I've seen how to set it up, but not how to interact with it. E.g.: add markers, draw paths, etc. @SpeedFire0 I have my first try on...
I have the same problem, including files newly generated by APP. Also, thanks your work done! This package have well design!
@yriynexus @fishwjy I found why this happened, missing files are not in media database. MediaScannerConnection or android.intent.action.MEDIA_SCANNER_SCAN_FILE are necessary in this case. https://developer.android.com/reference/android/media/MediaScannerConnection.html
This approach works great when changing bearing! But there are some issues: 1. When I pan map toward a slope, map rendering stop and I got the following errors: ```error...
Yes, this make sense. Would you like to change constant 100 by zoom level when assign `altitude`?
> may @SnailBones or you is willed? Sure, I am willing to work on this. Since I am new to frontend. This issue seems the perfect one to help me...
Thank you @SnailBones, I'll make a PR with tests in these days.
@SnailBones @prozessor13 @HarelM Sorry for the late reply. A new draft PR is made. Since I am still not confident about realizing map rendering flow, if you guys find my...
> Ended up doing it with the shell: > > ```yaml > - name: Import environment variables from a file > id: import-env > shell: bash > run: | >...