Skip to content

NMAMapPolygon is not drawn when there are coordinates of different altitudes #196

@cukingpro

Description

@cukingpro
let coordinates: [NMAGeoCoordinates] = [
    NMAGeoCoordinates(latitude: 35.6519104, longitude: 139.7700593, altitude: 100)
    NMAGeoCoordinates(latitude: 35.6519654, longitude: 139.7697414, altitude: 100)
    NMAGeoCoordinates(latitude: 35.6521398, longitude: 139.7696503, altitude: 50)
]
let polygon = NMAMapPolygon(vertices: coordinates)
polygon.fillColor = .yellow
mapView.add(mapObject: polygon)

It is only drawn when all altitudes are the same. Please help me.

  • HERE SDK 3.17
  • iPad mini 5, iOS 13.4.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions