Set the scope of the map. The 'scope' property is an enumeration that may be specified as: - One of the following enumeration values: ['africa', 'antarctica', 'asia', 'europe', 'north america', 'oceania', 'south america', 'usa', 'world']
(self)
| 440 | |
| 441 | @property |
| 442 | def scope(self): |
| 443 | """ |
| 444 | Set the scope of the map. |
| 445 | |
| 446 | The 'scope' property is an enumeration that may be specified as: |
| 447 | - One of the following enumeration values: |
| 448 | ['africa', 'antarctica', 'asia', 'europe', 'north |
| 449 | america', 'oceania', 'south america', 'usa', 'world'] |
| 450 | |
| 451 | Returns |
| 452 | ------- |
| 453 | Any |
| 454 | """ |
| 455 | return self["scope"] |
| 456 | |
| 457 | @scope.setter |
| 458 | def scope(self, val): |