Greetings,
I have a TMapView component on my firemonkey (android) form. It gets the map image nicely, and I can scroll, zoom in, etc...
I need to be able to save that mapview image to storage on an android app, and I'm having no luck. I can't even copy it to another TImage component.
Can anyone help me with this?
- How can I save the mapview image to local storage on the android?
- How can I copy the mapview image to another image component?
I've tried things like image1.assign(mapview1.MakeScreenShot) to copy, and MapView1.MakeScreenShot.SaveToFile(filename), but neither of those work. (Assign doesn't do anything, and SaveTo results in an error.
Any help would be appreciated.
Thanks!