(point)
| 719 | } |
| 720 | |
| 721 | _getBoundsRadian(point) { |
| 722 | return (180 / Math.PI) * Math.log(Math.tan(Math.PI / 4 + (point * Math.PI) / 360)); |
| 723 | } |
| 724 | |
| 725 | _centerValid(center) { |
| 726 | if (center && (center.length > 0 || typeof center === mapRepo.LngLat || center.lng)) { |