heremaps / here-sdk-examples

Android, iOS and Flutter example apps for the HERE SDK 4.x (Lite Edition, Explore Edition, Navigate Edition)
https://developer.here.com/products/here-sdk
Apache License 2.0
170 stars 135 forks source link

Getting HERE Places with null coordinates #291

Closed TharaaSab closed 9 months ago

TharaaSab commented 10 months ago

Place object has GeoCoordinates that can be nullable. Can you provide us with an example of such place or a case when to get a place with null geo coordinates?

System info: HERE SDK Navigate Edition for Android

Thanks and regards,

HERE-SDK-Support-Team commented 9 months ago

Hi @TharaaSab, a Place has never null coordinates: It can only be null when retrieved from a suggestion's place property. This is mainly for internal reasons. Hope this helps.