Shashwat
Shashwat

Reputation: 595

Can we have pictures representing places on HERE map android

I am working with HERE Map offline on Android, wondering if we can have real pictures for places to be shown in some view on selecting some known point on the map fragment. Something like the screen shot attached.

enter image description here

Upvotes: 0

Views: 81

Answers (1)

David Leong
David Leong

Reputation: 1762

The maps data does not contain any visual images of POIs, so if you are asking whether there are any images of locations, that would be no.

However, you can bundle assets yourself in the application and match it against any results returned by the HERE SDK.

Upvotes: 1

Related Questions