menu
gem_kit
map.dart
GemMapController
onTwoDoubleTouches method
onTwoDoubleTouches
dark_mode
light_mode
onTwoDoubleTouches
method
@
override
void
onTwoDoubleTouches
(
Point
<
int
>
pos
)
Implementation
@override void onTwoDoubleTouches(final Point<int> pos) { _touchTwoDoubleCallback?.call(pos); }
gem_kit
map
GemMapController
onTwoDoubleTouches method
GemMapController class