Closed serhii-londar closed 1 month ago
Hi. The default configuration is not suitable for 3D. You can configure your map like this:
MCMapView(
mapConfig: .init(
mapCoordinateSystem: MCCoordinateSystemFactory.getUnitSphereSystem()
),
is3D: true
)
Thanks for the feedback. We'll change the default for 3D to be more suitable with the next release.
Hi, I've just tried to launch latest 3.0 RC code with 3d map and here is the results:
I'm pretty sure I'm doing something wrong, but If so please help. Thanks in advance!