IGeocoding.GetLocationsAsync(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieve potential locations for a given address.
public:
System::Threading::Tasks::Task<System::Collections::Generic::IEnumerable<Microsoft::Maui::Devices::Sensors::Location ^> ^> ^ GetLocationsAsync(System::String ^ address);
public System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Maui.Devices.Sensors.Location>> GetLocationsAsync (string address);
abstract member GetLocationsAsync : string -> System.Threading.Tasks.Task<seq<Microsoft.Maui.Devices.Sensors.Location>>
Public Function GetLocationsAsync (address As String) As Task(Of IEnumerable(Of Location))
Parameters
- address
- String
Address to retrieve the location for.
Returns
List of Location that best match the address or null
if no locations are found.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.