Can you somebody explain me why *play-services-location* has depency on 
*play-services-map*?
It doesn't make sense. If you want only get position you don't need whole 
map rendering core, it something like 2000 methods in the map package.
In reverse way it make sense. Map must have dependency on location, but why 
this?

 

>   <artifactId>play-services-location</artifactId>
>   <version>7.5.0</version>
>   <packaging>aar</packaging>
>   <dependencies>
>     <dependency>
>       <groupId>com.google.android.gms</groupId>
>       <artifactId>play-services-base</artifactId>
>       <version>7.5.0</version>
>       <scope>compile</scope>
>       <type>aar</type>
>     </dependency>
>     <dependency>
>       <groupId>com.google.android.gms</groupId>
>       <artifactId>play-services-maps</artifactId>
>       <version>7.5.0</version>
>       <scope>compile</scope>
>       <type>aar</type>
>     </dependency>
>   </dependencies>
> </project>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to