Results 3 issues of aayaffe

Add a gauge showing the outline of the traveled course. Only the route without the map background. The actual location at the time of the video should be shown on...

enhancement

## Environment - Android OS version: 9 - Devices affected: Samsung Galaxy S8 - Maps SDK Version: 10.16.0 ## Observed behavior and steps to reproduce While using a mapview inside...

bug :beetle:

Python inline images documentation code example has an error: add "rb" to open method in ` files=[("inline", open("files/test.jpg"))],` This code snippet: ``` def send_inline_image(): return requests.post( "https://api.mailgun.net/v3/YOUR_DOMAIN_NAME/messages", auth=("api", "YOUR_API_KEY"), files=[("inline",...