Rclone mount for Google Drive does not show as web links the google documents of the "Google My Map" (.gmap) type

Hi,
I may not be understanding the deep essence of the problem.
However, I am not taking about exporting Google My Maps. I have a different (and actually the opposite) goal: not to export online documents from Google, but rather only get links to them, so that I can click on the link and open it in the web browser.
Exactly for this purpose rclone provides the argument ' --drive-export-formats "url" '. With this argument and with this value of the argument Goole Document files are NOT exported. Instead, only information about them is read and a virtual "link" file is created. The contents of this file is just a web link that leads to the Google document on the internet.
Based on what I can see in the log, the Google My Map files are found, and their type is properly detected.
And so I surmise that as they are found, their weblinks are also property detected. And if so, an ".url" (or "link.html", or "desktop") file could also be created.

As an example, this is a sample contents of the url-file, provided by rclone for a Google Docs document:

[InternetShortcut]
URL=https://docs.google.com/document/d/XXXXXXXXXXXXXXXXXXXXXXXXX/edit?usp=drivesdk

Is it possible to get the same for a My Maps file?