We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I noticed that setMapType function signature requires an array of MapType while it should be a single object.
The text was updated successfully, but these errors were encountered:
@sasalem-c What's the problem?
Sorry, something went wrong.
As per the official Baidu documentation, setMapType has one parameter of MapType object not an array. Setting it to any array won't change map type.
@sasalem-c The documentation does not explicitly identify the specific types of MapTypes, this is inferred from the documentation.
MapTypes
No branches or pull requests
I noticed that setMapType function signature requires an array of MapType while it should be a single object.
The text was updated successfully, but these errors were encountered: