Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(google-maps): toggle marker tap panning and info windows #376

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
Update packages/google-maps/index.android.ts
  • Loading branch information
herefishyfish authored Jul 7, 2023
commit f002d32adab4b17304bf37942053f13ed8cd3430
4 changes: 0 additions & 4 deletions packages/google-maps/index.android.ts
Original file line number Diff line number Diff line change
Expand Up @@ -218,10 +218,6 @@ export class MapView extends MapViewBase {
ref?.get?.().notify({
eventName: MapView.myLocationButtonTapEvent,
object: ref?.get?.(),
location: {
lat: location.getLatitude(),
lng: location.getLongitude(),
},
});
} else {
ref?.get?.().notify(<EventData>{
Expand Down