Closed
Description
When I try to render a map on cn
I get some connection error...this is the component:
<GoogleMapReact
bootstrapURLKeys={{
key: options.key,
language: 'cn',
region: 'cn',
libraries: 'places',
}}
options={{
streetViewControl: true,
styles
}}
yesIWantToUseGoogleMapApiInternals={true}
defaultCenter={center}
defaultZoom={zoom}
>
I can see that all the request are to maps.cn but not these 2 AuthenticationService.Authenticate
and QuotaService.RecordEvent
that are still to google.com
...
Metadata
Metadata
Assignees
Labels
No labels