Xaxist
Xaxist
I want to open the map activity with the marker already clicked. Is there any other method using which this can be achieved?
@petzel - Can you please add support for showInfoWindow() for the map marker? ``` AirMapMarker marker = new AirMapMarker.Builder() .id(id) .position(latLng) .title(title) .bitmap(markerBitmap) .build(); map.addMarker(marker); marker.showInfoWindow(); // Can you please...
All of the text colors. I tried using a dark theme on a tablet, and no text is visible as the background and text both ges dark in color.
I am expecting this same issue when I split my resources into separate files. I do not have functions. Any solution or workaround to this yet?