sharkboy777

Results 7 comments of sharkboy777

This exception occurs when the activity theme is having no actionbar. the parent theme in tag should have actionbar enabled theme. like android:theme="@style/AppTheme" or any other theme which have actionbar...

> @sharkboy777 Could you please provide a sample KML file that you're having this problem with? https://drive.google.com/file/d/1sbNgwgLqdmKbJR3nnOxpp4ZTSa7DWRFl/view?usp=sharing Here is the drive link for kml file... please give me a solution

> > @sharkboy777 Could you please provide a sample KML file that you're having this problem with? > > https://drive.google.com/file/d/1sbNgwgLqdmKbJR3nnOxpp4ZTSa7DWRFl/view?usp=sharing > > Here is the drive link for kml file......

Got anything on this issue?? Or atleast before adding the kml layer onto the maps, is it possible to get renderer object, to parse the KML data and get the...

> I CPU profiled loading this KML and the bottleneck is calling `GoogleMap.addPolygon()`. It calls the method 9377 times, since there's so many polygons in the 20 KMLs embedded in...

> `KmlLayer` is created before calling `addLayerToMap()`, which adds the polygons to the map. Constructing `KmlLayer` is also fairly long-running, as it takes a good amount of I/O and processing...

> @barbeau yes, with the v2 SDK it takes 10-15 seconds to add the polygons and display on the map. So this is a regression in v3. I created [a...