how to customize or reset style of Callout class for kotlin in version 200.x

517
2
Jump to solution
01-31-2024 12:14 AM
ChanceJason
Emerging Contributor

I found that in ArcGIS runtime for Android 100. x, the style of Callout can be set through Callout.Style,

just like this: 

mapView.style = Callout.Style(context, R.xml.callout)

, but in ArcGIS runtime for Android 200. x, there is no way to modify the style externally. Is this part of the functionality not yet released or does it need to be set up through other ways?

0 Kudos
1 Solution

Accepted Solutions
PuneetPrakash
Esri Contributor

Hello,

Currently you cannot customize the style on the callout in 200.x . This part of the functionality is not released yet. We have logged an enhancement request to support this in an upcoming release.

View solution in original post

0 Kudos
2 Replies
ChanceJason
Emerging Contributor

I made a mistake in my code, this code should be:

mapView.callout.style = Callout.Style(context, R.xml.callout)

 

0 Kudos
PuneetPrakash
Esri Contributor

Hello,

Currently you cannot customize the style on the callout in 200.x . This part of the functionality is not released yet. We have logged an enhancement request to support this in an upcoming release.

0 Kudos