开发者

iPhone Map Application

开发者 https://www.devze.com 2022-12-08 03:57 出处:网络
How to Open iPhone Map Application from our appli开发者_如何学Gocation and passing the parameter to that?[[UIApplication sharedApplication] openURL:[NSURL URLWithString: @\"http://maps.google.com/maps

How to Open iPhone Map Application from our appli开发者_如何学Gocation and passing the parameter to that?


[[UIApplication sharedApplication] openURL:[NSURL URLWithString: @"http://maps.google.com/maps?ll=yourLattitude, yourLongitude"]];

must open the map application on your location. You can also use Google Maps inside your application with MapKit framework.

0

精彩评论

暂无评论...
验证码 换一张
取 消