I'm trying to make a google map extension using one of the class I'm having a problem that it needs this class
import com.google.android.gms.maps.model.MapStyleOptions;
If you know where I can download its jar or java files, I would be grateful
I'm trying to make a google map extension using one of the class I'm having a problem that it needs this class
import com.google.android.gms.maps.model.MapStyleOptions;
If you know where I can download its jar or java files, I would be grateful
I think this is what you are looking for.
https://mvnrepository.com/artifact/com.google.android.gms/play-services-maps/18.1.0
It has a POM and AAR file, this is how you convert AAR to JAR.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.