JDOaktown
JDOaktown

Reputation: 4467

Here maps Group class in Android SDK? "Layers" in Here

(I'm a noobie to Here Maps)

Re: Madis' answer in How can I add layers to Here Maps?

I can't find the Group class in the Here Android SDK?

Does it only exist in the JavaScript API?

If so how do I access/use it w/in an Android Studio application?

Or is there some other way to implement Layers w/ in the Here Android SDK?

Am I missing something? Is there some kind of relationship/linkage between the Here JS api and the Here Android SDK? Can one access the other?

Upvotes: 1

Views: 151

Answers (1)

AndrewJC
AndrewJC

Reputation: 1478

It sounds like you are looking for MapContainer.

Bonus: you can also get Marker Clustering if you desire.


Additional JavaDocs:

Upvotes: 2

Related Questions