- Export service
GoogleMapsWrapper
- Upgraded to Angular 10
- Error
Cannot read property 'nativeElement' of undefined
in Angular +8.
- Added prop
triggerInfowindow
toNgxGooglemapsTrackingViewComponent
.
- CenterMarker blinking or getting lost when dragging the map.
- Added prop
useCustomClickFn
to GeolocationButton.
- Geolocation button worked only the first time.
- Default object scale increased x2.
- Default object shape is circle if is speed is not provided or greater than 0.
- Property
CenterMarker.fix
.
CenterMarker
creates its own infowindow with optiondisableAutoPan
set totrue
.
- Importing
HttpClientModule
inNgxGooglemapsTrackingViewModule
so it does not need to be imported by the host module.
- Center Pin to geo-decode location by dragging the map's center
- GeolocationButton component to fetch user's location
- Demo: No more "two-finger scroll" on map... viewport height modified for mobile
- Documentation and live demo on Github Pages.
First release