Essentials: UWP: No definition for Geolocation.MapKey in 1.0

Created on 5 Dec 2018  路  3Comments  路  Source: xamarin/Essentials

Bug report best practices: Submitting Issues

Description

`Geocoding.MapKey = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx";

var placemarks = (await Geocoding.GetPlacemarksAsync(location)).ToList();
`

Expected Behavior

A definition for Geolocation.MapKey or edit the documentation for the new way in 1.0

Actual Behavior

No definition for Geolocation.MapKey in Xamarin.Essentials 1.0 to use maps UWP.

Basic Information

Xamarin.Forms 3.4 with Visual Studio 2017 and Xamarin.Essentials 1.0

Screenshots

screenshot 7
mapkey1

Most helpful comment

@Agredo look the en-us doc... You need to put this line UWP code project:

Platform.MapServiceToken = "Your-Key";

All 3 comments

@Agredo look the en-us doc... You need to put this line UWP code project:

Platform.MapServiceToken = "Your-Key";

Thank you I searched in the docs. Not release notes. :)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

gabry90 picture gabry90  路  3Comments

ykoorb picture ykoorb  路  3Comments

charlespetzold picture charlespetzold  路  4Comments

nicolgit picture nicolgit  路  4Comments

scotru picture scotru  路  4Comments