[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-10-06 UTC."],[[["`Map.getCenter()` returns the coordinates of the center point of the map as a Geometry.Point object."],["This method takes no arguments and can be used to programmatically access the map's center for further use in your code."],["The provided examples demonstrate how to use `Map.getCenter()` alongside other map-related methods like `centerObject()`, `getBounds()`, and `getZoom()`."]]],["The `Map.getCenter()` method retrieves the map's center coordinates as a `Geometry.Point`. `Map.getBounds()` fetches map extent, returning a list, dictionary, or GeoJSON. `Map.getZoom()` and `Map.getScale()` retrieve the map's zoom level and approximate pixel scale, respectively. The examples demonstrate creating new maps, centering them on objects using `centerObject()`, and adding layers. The code uses methods to access different properties from the map object.\n"]]