B4A Question Google Map - Suppressing Google 'Maps & Directions' Icons [Solved] - RichardN    May 4, 2020 In an implementation of Google Maps with satellite view I am showing several bitmap markers that have snippets that open when tapped.
When the snippet is opened two Google icons, a blue arrow and maps icon appear in the bottom RH corner. If clicked they take the user out of the app to the Google... B4A Code Snippet [B4X] Direct Link Google Drive - MarcoRome    Jul 4, 2021   (14 reactions) Hi All.
For example, if you need to view a movie in exoplayer and the movie is on Google Drive, you can switch the Direct Link of Google Drive to Exoplayer ("uri").
Original link
1VpD4ThDGw5xEjgjd32kECdgfcegklX-P
Example code:
Dim link_drive As String = "https://drive.google.com...://drive.google.com/uc?export=download&id=${risultato_link(0)}"$
Log(link_direct_drive)
... B4A Question Google direction API language - marcick    Nov 23, 2013 I'm playing with this API to get a route between two points.
The HTTP request is for example:
http://maps.googleapis.com/maps/api/directions/json?origin=45.56161,8.94109&destination=45.5631... B4A Question How to decode polyline point google maps api directions - rscheel    Jul 17, 2019 Dear, I need help, I need to decode the polyline points returned by the Google Maps API, any idea of how to do it?
regards
"polyline": {
"points": "bhk~ExqawL@B?B?DADAD?B?B?@@B@B@@DB~F~ArFxAnG~AjBj@`Cp@vF|A~ExAtFtAzFxAf@N@@hEhAvF~AvFvArHtB"
},... B4i Question Bundle ID and Google Directions API - JustinLong (first post)    May 23, 2018 That’s what I thought too - but i’ve tried every different variation on case and none have worked.
I’ll post back if i figure out w... B4A Question Can someone make a library for Google api directions ? - laviniut    Jul 18, 2014 Can someone make a library for Google api directions ? to get from Google direction to follow, distance to a destination, time to arrive, ...
https://developers.google.com/maps/documentation... B4A Question Map, location services and directions without Google Play Services - corwin42    Feb 6, 2019 use Google Directions API if you display the result on a Google Map, others are the same). My current...For a new app I need a map like Google Maps or OSMDroid and a location service (get the users... B4A Question draw direction between 2 points on map -google direction api - Erel (first post)    Aug 30, 2017 You need to use OkHttpUtils2 to call the directions API. There are several related discussions: https://www.b4x.com/android/forum/pages/results/?query=google+direction... B4A Question Google map Direction for more than 40 address - TILogistic (first post)    Aug 22, 2020 tips:
http://project-osrm.org/
http://map.project-osrm.org/?z=7¢er=50.004209%2C11.997070&a... B4A Question Google Direction API - Walter Adriano da Silva    Jan 13, 2015   (1 reaction)   tags: Google Map Hi,
I wish someone would help me in the following situation...
In my project I'm using Google Direction API to return me a route between two points, this comes back in JSON format (Exemple Here). Handle JSON with this code:
Sub traceRoute(JSON As String)
Dim parser As JSONParser... I used the Direction API... Page: 1   2   3   4   5   6   7   |