feat: fix gps map projection and update map config
This commit is contained in:
@@ -89,6 +89,7 @@ export class LocationController {
|
||||
|
||||
startBackgroundLocation(): void {
|
||||
wx.startLocationUpdateBackground({
|
||||
type: 'wgs84',
|
||||
success: () => {
|
||||
this.bindLocationListener()
|
||||
this.listening = true
|
||||
@@ -149,3 +150,4 @@ export class LocationController {
|
||||
wx.onLocationChange(this.boundLocationHandler)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user