Xamarin.Forms.Maps
Last updated
Last updated
The nuget implements an for the types and .
To use Fabulous.XamarinForms.Maps
, you must
Add a reference to Fabulous.XamarinForms.Maps
across your whole solution.
Additionally . For example, on Android you must enable Google Play servies, add a call to Xamarin.FormsMaps.Init(this, bundle)
to MainActivity.fs
and add both and API key and uses-permission
to AndroidManifest.xml
.
After these steps you can use maps in your view
function as follows:
Next, a map with requested region around Timbuktu:
Next, a map with two pins for Paris and London: