Working with maps is pretty interesting. Learned a lot of new stuff again. Added an extra if statement to hide the "Next" button when the user is completely zoomed in.
New iOS Student, currently working on a project to show points of interest on a map related to certain types of business. Trying to make it with the location Icons already initialized at startup. I guess similar to google maps - hoping to learn the full stack process during this project. Your videos are great, thanks for all the info.
great tutorial. small thing this will give you Index out of range exception when you are in the last destination. to avoid that ins the next action , else part check like below, if (index! + 1) < destinations.count { currentDestination = destinations[index! + 1] } else { currentDestination = destinations.first }
While creating the GMSMapView.map use this command if you want to preserve your height and width in the new view let mapView = GMSMapView.map(withFrame: self.view.bounds, camera: camera)
great vid! So how would you go about adding this code into another View Controller? For example adding a button on the main View controller where once that button is pressed it will redirect you to this MapView? Any thoughts?
Hi Brian Thank you for this awesome material. Otherwise, I'm struggling with Google Maps and the device's memory, my "test app" crashes when I zoom in/out, drag etc, with the map, the memory is increasing. Did you have the same issue? how can I handle that? PD. I'm using a iPod touch 4G Thanks again
Great video! just one question, if I use Google Maps SDK for my IOS projects, will it run in all IOS devices even though some devices might not have installed google maps?
THANK YOU SO MUCH for this great video. Is there a way to get the coordinates of a new location that is some distance down a street from an initial location? For example, if I want to get the coordinates of a location 20 feet down the same street from some other location. Something like "newLocation = location.translateUpStreet(20)". Some things I've already tried: -Adjusting (incrementing/decrementing between markers) the longitude or latitude doesn't guarantee that the marker is visible from the street view. -Making a formula to increment/decrement the address number doesn't seem like it will work either, because not all streets have a regular address number pattern. Thank you so much, I can't find any info about this!!!
Does anyone notice that the scrolling effect such as the way the text transition is different, and in fact looks better when using the IOS sdk as compared to the browser google maps? Anyway great video! 11:01 just a little time stamp to see the effect.
firstly, i big Thank you for these video tutorials.. It's awesome.. Can you make a video on how to restrict the map for a particular region/ country.. Thank you
Thanks Buddy ! and I'm currently working on my University project and needed to connect iOS app to mongodb database which contain coordinates and details of locations, nodeJS is the backend server... need to show locations as placemarkers, according to the data of the database on map in iOS application... please give a help to connect iOS app to the mongoDB database with nodeJS server
That's really nice, thank you for making this video. Could you also make a tutorial on how to get directions from user location to a certain place using google maps?
i used alternative solution، It works well for me stackoverflow.com/questions/32039816/how-to-open-google-maps-to-show-route-using-swift or you can find more options here: stackoverflow.com/questions/28784034/swift-ios-google-map-path-to-coordinate I hope it works well for you.
Hey, would you be able to do a tutorial that allows the user to interface and chat with people in a nearby area within an area of 50 km for eg ? this would be great as this is what I am trying to achieve
Hey Brian, great tutorial videos. I was wondering if I could make a request for a future videos. Could you please make a tutorial on how to code and deploy an iPhone backend to Amazon Web Services? I really would like to learn how to make a killer backend; I know Ruby on Rails/REST API creation with it but don't know how to deploy it and save user's data like photos or game data. I can't find a video on how to do it, and it's really bugging me because I'm stuck with Parse and wanna learn server deployment. Another video request would be how to use APIs some more - maybe like Google Search API or something else. Thank you, and keep up the good work.
Hi, Jason I have been learning a lot from your youtube channel, thanks could you make a lesson about searching "The Near by Buildings Names" using Google Map Web Service API, many thanks
+Lets Build That App i found that Google Map Web Service can Reverse Geocoding for a Latitude/Longitude to a formatted_address. developers.google.com/maps/documentation/geocoding/intro?hl=en#reverse-example
Hi there, thank you again for a great video. I have one small question, how to make loop? cause mine seem to crush every time it reaches the last destination. Is there a code to make it loop?
Hi Brian Voong, Please solve one of the problem that was waiting for solution in StackOverFlow. That was when ever customizing info window with native one in google maps(using XIB), we are getting "can't caste uiview with custom view". Please give solution for this, there by you can be helper for several developpers. Thanks.
hey great video i downloaded the complete project but there is no next button when i add a next button and attempt to add your code in there presto ..... nothing happens ..... help
Hello Brian, is it possible to use a google map, search bar, and make a product search to set pins on the locations of stores near by that sell that product?, the locations of the stores and their available products are store in a Firebase database.
Hey I m gonna Fan of yours..You are amazing..!! Now, please let me know how to get latitude and longitude from user search result and show navigation and track that also. I am new to this you helped me a lot and i hope you will..:) Thank You..!!
+Fernando Serrano Tejada I'll might be able to make a tutorial on this but in the meantime, you can look up CLLocationManager and the function: startMonitoringSignificantLocationChanges
You have a unique style, in explaining topics.. Thank you for what you are doing "شكرا" in Arabic :) But still I can not get direction from one place to another , and can not find any effective solution.
I suppose if authentication status of CLLocationManager is .AutherizedWhenInUse then you can juts write sometiing like : let userLocation = mapView.myLocation // .coordinate if you need coordinate
Nice video. I am using MapKit in my app. I am trying to implement location search using MKLocalSearch but it doesn't give all the results and also the results are not accurate. Any suggestions?
Better stick with google map api most of the search result on MKLocalSearch that happen to fail to determine the correct address they fail and return probably nearby location which is not accurate.
Hi Brian, I Have question, the mapview display language is based on the device selected language, is there any way to set the mapview language different from the system settings, I have multiLang App and i need to let the user choose the preferred lang for the map
Hi, that's awesome app tutorial!!! Can you make it little more difficult and add side menu that shows the different pins and maybe directions to them? That will be reaaaaly cool!
I'm having a really frustrating issue at the part where he creates the "Next" UI bar button item. If i try to attach the action to my function, the app crashes with the error message in console saying "libc++abi.dylib: terminating with uncaught exception of type NSException". I have tried playing around with the selector syntax, rearanging the order of the function and many other things. If i replace the action in the bar button item to "nil" the app doesn't crash but the button doesn nothing because it's set to nil. Anyone else having this problem ???
hiiii please make .......app same as google map application and apply all google map functionality and also turn by turn navigation and same as all......please.......for learning porpos....
Hi Brian, are you planning on creating a MapKit course on your website (letsbuildthatapp.com)? I can't find tutorials on MapKit that are of the same high quality that your courses are. Please advise?
Hello, I have a problem at the launch of 'pod install' in the terminal. [!] The dependence 'GoogleMaps is not used in any concrete target. Thank you for your help
I have found the sollution.. 1.first create a project 2.Then open the terminal and go to your project directory using ( cd /your/project/directory ) command 3.then type "pod init" command 4.now type "open -a xcode podfile" command 5. add these two lines source 'github.com/CocoaPods/Specs.git' pod 'GoogleMaps' after ==> ( target 'your project name' do ) this line in your podfile 6.save your podfile and 7.type command " pod install " voala.. happy coding
Hi bro. I'm trying to find a solution to follow my route step by step after draw it with polyline but i can't find the way. Is it posible? how do you track a route showing the instructions with google maps? I can do it with market but not with google maps :S
in this application have a error when we click many times the next button error pop up array is out of index plz code some handle exception on this example tnx
Hi, in Swift3 replace this lines: let camera = GMSCameraPosition.cameraWithLatitude(-33.86, longitude: 151.20, zoom: 6) let mapView = GMSMapView.mapWithFrame(CGRectZero, camera: camera) mapView.myLocationEnabled = true To this: let camera = GMSCameraPosition.camera(withLatitude: -33.86, longitude: 151.20, zoom: 6) let mapView = GMSMapView.map(withFrame: CGRect.zero, camera: camera) mapView.isMyLocationEnabled = true
I got stuck @ 5:09 I figured how to fix it. You need to add your project's name inside the pod. just replace "YOUR_APPLICATION_TARGET_NAME_HERE" with your project and it should work just fine.
nice tutorial and I want a help that is how to get latitude and longitude app if we give address or location as a input in IOS using Xcode .If you watch this comment please leave a reply regarding this app
I had the same problem and it seems like things changed after Brian posted this video and the Twitter Client tutorial one. You need to explicitly target your project. Do 'pod init' in the project directory before 'pod install'. If it complains 'Existing Podfile found in directory', delete the podfile and do 'pod init' then create a podfile again. In the new podfile, you need to add one more line at the end. If you project name is MapTest, it should look like, source 'github.com/CocoaPods/Specs.git' pod 'GoogleMaps' target 'MapTest' Save it and 'pod install'. Hope this works for you.
can you please help me I'm having the same problem but tried what you suggested but still doesn't work. Im getting this error message "Analyzing dependencies [!] Unable to find the Xcode project `/Users/JoeK/Downloads/1-23/3. Interest Table View/complete/interests/path/to/Podfile.xcodeproj` for the target `Pods-Interests`." what to do please help: here is the code that use or got from google page source 'github.com/CocoaPods/Specs.git' target 'Interests' do pod 'GoogleMaps' pod 'GooglePlaces' project 'path/to/Podfile' end
Hello Anthony, you'd use a custom annotation. Don't try to superimpose UIKit elements on top of the map. It is both ugly and against the google agreement.
if I install google maps on an already finished swift app, does it affect the code? in my old app I used iOS maps I want to change it now for google, because somehow ios does not support direction in Dubai!!
Great job in showing us how to use the Google Map SDK and the integration process with CocoaPods.
Another great lesson! I'm picking up a lot from your quiet, 'nonchalant' dropping of insights and always grateful of your sharing. Thanks a lot.
Excellent stuff, hope I can keeping dropping knowledge for you guys.
Working with maps is pretty interesting. Learned a lot of new stuff again. Added an extra if statement to hide the "Next" button when the user is completely zoomed in.
Awesome, I'm thinking of doing a whole series on maps later. Wish Swift 3 would release sooner.
Thanks! Can't wait to see what you have in store :-)
That would be very helpful Brian.... maybe an app series of how to build the iOS Google maps app (or features of it), just a thought.
A terrific tutorial which I found beneficial to my attempt at producing a booze cruise through some of the world’s capital cities.
New iOS Student, currently working on a project to show points of interest on a map related to certain types of business. Trying to make it with the location Icons already initialized at startup. I guess similar to google maps - hoping to learn the full stack process during this project. Your videos are great, thanks for all the info.
great tutorial. small thing this will give you Index out of range exception when you are in the last destination. to avoid that ins the next action , else part check like below,
if (index! + 1) < destinations.count {
currentDestination = destinations[index! + 1]
} else {
currentDestination = destinations.first
}
not all heroes wear capes, that was really helpful been struggling for about a year. Thank you so much
You're a hero. What is the replacement of ViewController swift file in the SwiftUI new Xcode versions?
that calayer thing blew my mind
Great tutorial, Can you tell me how to adjust the size of google map window in our viewcontroller ???
While creating the GMSMapView.map use this command if you want to preserve your height and width in the new view
let mapView = GMSMapView.map(withFrame: self.view.bounds, camera: camera)
Thank you for dedicating your time on making these HQ videos! :)
+Awa Sun Yin Glad to have to as a viewer, nice glasses!
Thank you dude! You rock! Please continue doing these amazing videos
great vid! So how would you go about adding this code into another View Controller? For example adding a button on the main View controller where once that button is pressed it will redirect you to this MapView? Any thoughts?
Hello! Great video!
Just a question: how to randomize the locations clicking Next?
Thank you!
You should make a video on Marker Clustering!
Hi Brian
Thank you for this awesome material.
Otherwise, I'm struggling with Google Maps and the device's memory, my "test app" crashes when I zoom in/out, drag etc, with the map, the memory is increasing. Did you have the same issue? how can I handle that?
PD. I'm using a iPod touch 4G
Thanks again
Great video! just one question, if I use Google Maps SDK for my IOS projects, will it run in all IOS devices even though some devices might not have installed google maps?
Thanks for a quick starter on Google maps. Do you know if the Matrix API can be used for iOS? I do not see any iOS SDK for it?
Thanks for the video and for sharing the information
THANK YOU SO MUCH for this great video.
Is there a way to get the coordinates of a new location that is some distance down a street from an initial location? For example, if I want to get the coordinates of a location 20 feet down the same street from some other location. Something like "newLocation = location.translateUpStreet(20)". Some things I've already tried:
-Adjusting (incrementing/decrementing between markers) the longitude or latitude doesn't guarantee that the marker is visible from the street view.
-Making a formula to increment/decrement the address number doesn't seem like it will work either, because not all streets have a regular address number pattern.
Thank you so much, I can't find any info about this!!!
Does anyone notice that the scrolling effect such as the way the text transition is different, and in fact looks better when using the IOS sdk as compared to the browser google maps? Anyway great video! 11:01 just a little time stamp to see the effect.
Hi, can you plz make a video for user's live location tracking in Google maps?
firstly, i big Thank you for these video tutorials.. It's awesome.. Can you make a video on how to restrict the map for a particular region/ country.. Thank you
Superb Bro
Can we find nearby hospital's at user location in ios by using Google Maps SDK?
Hi, Can you increase the font size in upcoming videos?
Thanks Buddy ! and I'm currently working on my University project and needed to connect iOS app to mongodb database which contain coordinates and details of locations, nodeJS is the backend server... need to show locations as placemarkers, according to the data of the database on map in iOS application... please give a help to connect iOS app to the mongoDB database with nodeJS server
Fantastic Video. Thanks.
Great video! Thank you.
That's really nice, thank you for making this video. Could you also make a tutorial on how to get directions from user location to a certain place using google maps?
did you get solution for directions?
Di you get solutions Nashwan?
i used alternative solution، It works well for me
stackoverflow.com/questions/32039816/how-to-open-google-maps-to-show-route-using-swift
or you can find more options here:
stackoverflow.com/questions/28784034/swift-ios-google-map-path-to-coordinate
I hope it works well for you.
Thanks!
ruclips.net/video/OT9Ep2Vp7dg/видео.html
thanks for tutorial.
I am doing it now, with xcode 11.3, iOS 13.
what are the changes I need to do. pls send any new updated doc is there.
Thank you
great! but i don't know how can do it as you, but can I ask some questions later for this video?
Hey, would you be able to do a tutorial that allows the user to interface and chat with people in a nearby area within an area of 50 km for eg ? this would be great as this is what I am trying to achieve
Thank you! Very helpful!
Wow. Its really help for me bru. How can we display cluster of map annotations (Array of latitude and longitude)?
+Sanjay Mali If you iterate through an array of latitude longitude, it should be fairly straightforward to add each annotation no?
hi great video, its possible to resize the map and insert some views near it?
Really cool tutorial my friend. THANKS! Can you provide a Directions API google maps example?
+Alessandro Mattiuzzi I could do one in the future, I'll start thinking of an interesting app. Thanks for watching!
nice video, great directions but kinda outdated. could you make another one using swift 4?
Thank you for the video! Q: why did you make the setMapCamera function private? Would there have been any problems with it being default?
Hi brother. could you show me how to make direction from current location to the lat long that we have set in xcode swift.
very thank.
could you please make a tutorial on c# programming using visual studio. your channel is superb.
Hey Sai, I haven't done c# programming in more than 5 years. I might not be the best person to do that type of video.
Hi nice tutorial ..I need when user tap on map get point center of the screen and also get name of location plz share me
Hey Brian, great tutorial videos. I was wondering if I could make a request for a future videos. Could you please make a tutorial on how to code and deploy an iPhone backend to Amazon Web Services? I really would like to learn how to make a killer backend; I know Ruby on Rails/REST API creation with it but don't know how to deploy it and save user's data like photos or game data. I can't find a video on how to do it, and it's really bugging me because I'm stuck with Parse and wanna learn server deployment. Another video request would be how to use APIs some more - maybe like Google Search API or something else. Thank you, and keep up the good work.
Perhaps someday, there are a lot of tutorials out there on backend coding that probably explain this topic better than I can ever hope to do so.
Thanks a lots.
Why mapView covers up navigation bar?
I have a problem. CATransaction has no member "begin" & "commit".
There are two different CATransaction, try the other one
Hi, Jason I have been learning a lot from your youtube channel, thanks
could you make a lesson about searching "The Near by Buildings Names" using Google Map Web Service API, many thanks
+mR.nG Yeah, I'll take a look at this. Thanks!
+Lets Build That App i found that Google Map Web Service can Reverse Geocoding for a Latitude/Longitude to a formatted_address. developers.google.com/maps/documentation/geocoding/intro?hl=en#reverse-example
That's great. Thank you very much!
Hi there, thank you again for a great video. I have one small question, how to make loop? cause mine seem to crush every time it reaches the last destination.
Is there a code to make it loop?
@subashana anurad Wrote it:
if (index! + 1) < destinations.count {
currentDestination = destinations[index! + 1]
} else {
currentDestination = destinations.first
}
Hi Brian Voong, Please solve one of the problem that was waiting for solution in StackOverFlow. That was when ever customizing info window with native one in google maps(using XIB), we are getting "can't caste uiview with custom view". Please give solution for this, there by you can be helper for several developpers. Thanks.
hey great video i downloaded the complete project but there is no next button when i add a next button and attempt to add your code in there presto ..... nothing happens ..... help
Hi! Very helpfull tutorial.Can you please make one for markerInfoWindow and didTapInfoWindowOf marker ?
Is there any way to style the map to make it more unique for any particular application?
Hey man,
Do you have a method about how to download the user location information (from the markers) into a mysql database?
Could you make a tutorial on how to locate an iPhone with your the user's Iphone?
shii, no queris otra cosita
Great video!
+Edster gadget thanks :)
Hi !! First thanks for your help ! also i've a question for you, how can i put my current location in the api ? do you have any tuto on it ?
You have to start up the GPS on your device via CLLocationManager startUpdatingLocation
Hello Brian, is it possible to use a google map, search bar, and make a product search to set pins on the locations of stores near by that sell that product?, the locations of the stores and their available products are store in a Firebase database.
Hi brother, Can you show us how to insert data into MySql in xcode, cause I want to know it . Very Thank for your kindly share
You cant.
Hey I m gonna Fan of yours..You are amazing..!!
Now, please let me know how to get latitude and longitude from user search result and show navigation and track that also.
I am new to this you helped me a lot and i hope you will..:)
Thank You..!!
Thank you very much
hi can you teach how to implement the current location? I would greatly appreciate it
+Fernando Serrano Tejada I'll might be able to make a tutorial on this but in the meantime, you can look up CLLocationManager and the function: startMonitoringSignificantLocationChanges
+Lets Build That App Cool. Thanks
Can you do a MAPKIT tutorial
You have a unique style, in explaining topics..
Thank you for what you are doing "شكرا" in Arabic :)
But still I can not get direction from one place to another , and can not find any effective solution.
I suggest finding the google docs to see how their maps api works.
can you create a video on how to find a users location in google maps sdk?
i really need it for my project
I suppose if authentication status of CLLocationManager is .AutherizedWhenInUse then you can juts write sometiing like :
let userLocation = mapView.myLocation // .coordinate if you need coordinate
Hi brother, I want to show how to insert data into MySql in xcode, cause I want to know it. Very Thank for your kindly share
You can't.
Good tutorial, thank you :)
Hi there & Thanks man!😊
Nice video.
I am using MapKit in my app. I am trying to implement location search using MKLocalSearch but it doesn't give all the results and also the results are not accurate.
Any suggestions?
Better stick with google map api most of the search result on MKLocalSearch that happen to fail to determine the correct address they fail and return probably nearby location which is not accurate.
www.gps-coordinates.net
Hi Brian, I Have question, the mapview display language is based on the device selected language, is there any way to set the mapview language different from the system settings, I have multiLang App and i need to let the user choose the preferred lang for the map
Hi, that's awesome app tutorial!!! Can you make it little more difficult and add side menu that shows the different pins and maybe directions to them? That will be reaaaaly cool!
Hi Poceh, great suggestion. I'll put this in the to-do list. Thanks.
+Lets Build That App You are awesome. You're lessons are easy to understand and implement them!!!
Would you raccomend to use google maps instead the native apple maps?
I have no preference on maps, google seems to be a little more detailed though.
hello , I have array Location and want to add marker . How to do??? thanks pro
It's good.
Great job bro.
Is there a way to show markers for all the destinations from a zoomed out view?
nevermind! figured it out!
hi can you make demo like user live tracking route direction in swift 4
Hey ! My xcode is saying that CGRectZero is not available? What can I use instead of that ?
I'm having a really frustrating issue at the part where he creates the "Next" UI bar button item. If i try to attach the action to my function, the app crashes with the error message in console saying "libc++abi.dylib: terminating with uncaught exception of type NSException". I have tried playing around with the selector syntax, rearanging the order of the function and many other things. If i replace the action in the bar button item to "nil" the app doesn't crash but the button doesn nothing because it's set to nil. Anyone else having this problem ???
hiiii please make .......app same as google map application and apply all google map functionality and also turn by turn navigation and same as all......please.......for learning porpos....
What about search bar and directions?
I need demo live tracking demo using google api to calculate distance which he travelled in swift 4
Hi Brian, are you planning on creating a MapKit course on your website (letsbuildthatapp.com)? I can't find tutorials on MapKit that are of the same high quality that your courses are. Please advise?
I've seen a similar question below but is it also impossible for partially saving the map for offline usage? Like in google maps app?
Google doesn't allow you to save the maps.
okay, thank you
Is there any other sdk to use offline map and directions(navigation)?
Hello, I have a problem at the launch of 'pod install' in the terminal.
[!] The dependence 'GoogleMaps is not used in any concrete target.
Thank you for your help
put this line:
target "YOURPROJECTNAME"
I have found the sollution..
1.first create a project
2.Then open the terminal and go to your project directory using ( cd /your/project/directory ) command
3.then type "pod init" command
4.now type "open -a xcode podfile" command
5. add these two lines
source 'github.com/CocoaPods/Specs.git'
pod 'GoogleMaps'
after ==> ( target 'your project name' do ) this line in your podfile
6.save your podfile and
7.type command " pod install " voala..
happy coding
Hi bro. I'm trying to find a solution to follow my route step by step after draw it with polyline but i can't find the way. Is it posible? how do you track a route showing the instructions with google maps? I can do it with market but not with google maps :S
Can we get device current location without using CLLocationManager?
Yeah, look up where you are in google :)
ruclips.net/video/OT9Ep2Vp7dg/видео.html
How make the reverse pass? I want disable SDK e o MAPS in may project.
How to drop marker from top in swift for google maps SDK, please help me out
in this application have a error when we click many times the next button error pop up array is out of index plz code some handle exception on this example tnx
Do you have a tutorial with Xcode 8? I think the documentation on Google is outdated.
Hi, in Swift3 replace this lines:
let camera = GMSCameraPosition.cameraWithLatitude(-33.86, longitude: 151.20, zoom: 6)
let mapView = GMSMapView.mapWithFrame(CGRectZero, camera: camera)
mapView.myLocationEnabled = true
To this:
let camera = GMSCameraPosition.camera(withLatitude: -33.86, longitude: 151.20, zoom: 6)
let mapView = GMSMapView.map(withFrame: CGRect.zero, camera: camera)
mapView.isMyLocationEnabled = true
How to make search bar so that user can get type and show its location on google map?
can you provide here map implementation in xcode 8.1 with swift
hi good afternoon , can you make to open emoji keyboard when click on button for chat app
nice
Is it possible for me to develop this 'app' not on an apple computer?
I got stuck @ 5:09
I figured how to fix it. You need to add your project's name inside the pod. just replace "YOUR_APPLICATION_TARGET_NAME_HERE" with your project and it should work just fine.
Noticed the 'mapWithFrame' method is now changed to just 'map'.
and 'CGRectZero' is now 'CGRect.Zero'
Can you please help me to create the map effect like a SnapMap?
nice tutorial and I want a help that is how to get latitude and longitude app if we give address or location as a input in IOS using Xcode .If you watch this comment please leave a reply regarding this app
[!] The dependency `GoogleMaps` is not used in any concrete target. getting this error in terminal.
I had the same problem and it seems like things changed after Brian posted this video and the Twitter Client tutorial one. You need to explicitly target your project.
Do 'pod init' in the project directory before 'pod install'. If it complains 'Existing Podfile found in directory', delete the podfile and do 'pod init' then create a podfile again.
In the new podfile, you need to add one more line at the end. If you project name is MapTest, it should look like,
source 'github.com/CocoaPods/Specs.git'
pod 'GoogleMaps'
target 'MapTest'
Save it and 'pod install'. Hope this works for you.
Thanks!! it worked for me
can you please help me I'm having the same problem but tried what you suggested but still doesn't work. Im getting this error message "Analyzing dependencies
[!] Unable to find the Xcode project `/Users/JoeK/Downloads/1-23/3. Interest Table View/complete/interests/path/to/Podfile.xcodeproj` for the target `Pods-Interests`."
what to do please help: here is the code that use or got from google page
source 'github.com/CocoaPods/Specs.git'
target 'Interests' do
pod 'GoogleMaps'
pod 'GooglePlaces'
project 'path/to/Podfile'
end
Do you know if this method works for the latest version af xcode and cocoapods?
Hi, how to create a custom button and text field on top of the GSMAP?
Hello Anthony, you'd use a custom annotation. Don't try to superimpose UIKit elements on top of the map. It is both ugly and against the google agreement.
nice!
+Jason Probanot thanks, hope you can now build your own amazing map app!
it did well! thanks
if I install google maps on an already finished swift app, does it affect the code? in my old app I used iOS maps I want to change it now for google, because somehow ios does not support direction in Dubai!!
You need to swap out all the map components for Google ones instead.