Field
Introduction
Provided below are all the attribute values pertaining to Map. Currently, the Map’s width and height fields cannot be seen.
🔒 Fields with this icon are read-only fields that cannot be revised.
Name
Description
🔒 width
Calls the map’s width value.
🔒 height
Calls the map’s height value.
📚 API Explanation and Example
width & height
Map.width : Number Map.height : Number
Calls the map’s width and height values.
Example
Display the map’s width and height values on the chat screen.
Last updated