简体   繁体   中英

How can I use Google Maps in Xamarin.iOS project

I want to use Google Maps in my Xamarin.iOS project, I couldn't find any package in NuGet store that could help to implement Google Maps in my project.

I want to get my current location and show customized pins on locations that I get from the server.

Nuget package Xamarin.Google.iOS.Maps is a Xamarin.iOS binding library for "Google Maps SDK for iOS".

PM> Install-Package Xamarin.Google.iOS.Maps -Version 2.1.0.2

Google's Maps SDK for iOS documentation:

Re: https://developers.google.com/maps/documentation/ios-sdk/

C# Source with samples:

Re: https://github.com/xamarin/GoogleApisForiOSComponents/tree/master/source/Google/Maps

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM