There is Delphi GMLIB application with TGMMap and TGMMarker. How to download marker image from TGMMarker to file ?
Asked
Active
Viewed 200 times
0
-
I don't understand what do you want to do. Can you explain better? – cadetill Jan 24 '14 at 09:14
-
I'm looking for any method like this: GMMarker1[0].SaveToFile('Boooo.png'); – Leonid Kudatsky Jan 24 '14 at 15:01
-
but what do you want to save? the marker image? If it is an URL, you can use Indy components to download it. If this is an image on local PC, you already have the image – cadetill Jan 24 '14 at 20:16