-
Notifications
You must be signed in to change notification settings - Fork 857
Problem with chinese (cn) #708
Copy link
Copy link
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...
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels