Настройте мой фрагмент googlemap для включения mapstyles в xamarin с помощью C#
Im trying to customize my GoogleMap Fragment for my android mobile app with mapstyles options I have read the developers guide of how its done using java on Android Studio (cannot find one for xamarin that uses mapstyles) but I cannot locate it in Xamarin Google Play Services maps component. Is it even possible to change Google Maps style on Xamarin for visual studio?
for further clarification this is what i am taking about
https://developers.google.com/maps/documentation/android-api/styling
https://mapstyle.withgoogle.com
What I have tried:
I have read through the developers guide on google android maps api documentation
I have also tried to referenced it, however it does not recognize that reference
Reinstalled the api and added several extra components from google play services, such as plus and location
Attempted the using Java.io to try to implement it in java... didnt know why I thought that would make a difference
tried to find the mapstyles Options or any variation of it in the object finder from the reference tab, and nothing.