* centerLoc * Returns the current [lon,lat] location at the center of the viewport * @return Array [lon,lat] location at the center of the viewport
()
| 490 | * @return Array [lon,lat] location at the center of the viewport |
| 491 | */ |
| 492 | centerLoc() { |
| 493 | return this.context.viewport.centerLoc(); |
| 494 | } |
| 495 | |
| 496 | |
| 497 | /** |
no outgoing calls
no test coverage detected