Is there any possibility to capture piece of GoogleMap based on coords without displaying map and save it? I know there is SnapshotReadyCallback method, but I have to create map view to be able to do this. Any possibility to create something like
GoogleMap gm = new GoogleMap()
and then call
SnapshotReadyCallback
or should I create map in xml file and then hide it?