July 2015
Beginner to intermediate
600 pages
18h 59m
English
In this chapter, you will go one step further with LocatrFragment. In addition to searching for a nearby image, you will find its latitude and longitude and plot it on a map.
Before you get started, you need to import the mapping library.
This is another Play Services library.
Open your project structure and add the following dependency to your app module:
com.google.android.gms:play-services-maps:7.0.0.
As in the previous chapter, note that the actual version number will change over time.
Use whatever the latest version number is for the plain play-services dependency.
Read now
Unlock full access