azure_maps_common 0.0.1

This client library enables working with the Microsoft Azure Maps services which provides developers from all industries with powerful geospatial capabilities. For this release see notes - https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/maps/Azure.Maps.Common/README.md and https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/maps/Azure.Maps.Common/CHANGELOG.md Microsoft Azure Maps quickstarts and tutorials - https://docs.microsoft.com/azure/azure-maps/ Microsoft Azure Maps REST API Reference - https://docs.microsoft.com/rest/api/maps/
1
2
3
4
5
6
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.

fn main() {
    println!("Coming soon: This client library enables working with the Microsoft Azure Maps services which provides developers from all industries with powerful geospatial capabilities. For this release see notes - https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/maps/Azure.Maps.Common/README.md and https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/maps/Azure.Maps.Common/CHANGELOG.md Microsoft Azure Maps quickstarts and tutorials - https://docs.microsoft.com/azure/azure-maps/ Microsoft Azure Maps REST API Reference - https://docs.microsoft.com/rest/api/maps/");
}