Home > Software design >  No image display from kml file in Google Maps Android
No image display from kml file in Google Maps Android

Time:01-14

I'm trying to load a kml file into my google maps app. I'm using this code to load it: code

The code works right, it load the kml file, but then when I clicked on some points, the images doesn't display, seems it like that:

Image not loading

CodePudding user response:

It seems that my url photo contain "*" and it doesn't load the url from there.

  •  Tags:  
  • Related