Question
When the user tap and hold a marker that is draggable, the marker can then be moved around the map.
When the marker is dragged to the edge of the map, the map does not pan.
How do I make the map pan as the marker is dragged to the the edge of the visible map?
I'm submitting a ... (check one with "x")
OS: (check one with "x")
cordova information: (run
$> cordova plugin list
)If you use
@ionic-native/google-maps
, please tell the package.json (only@ionic-native/core
and@ionic-native/google-maps
are fine mostly)Question When the user tap and hold a marker that is draggable, the marker can then be moved around the map. When the marker is dragged to the edge of the map, the map does not pan.
How do I make the map pan as the marker is dragged to the the edge of the visible map?