eineving / truckerboys

3 stars 3 forks source link

Location object #40

Closed eineving closed 10 years ago

eineving commented 10 years ago

How should we define different kind of places in the app?

s-petersson commented 10 years ago

Google has already defined a Location class, if we need to further expand the functions we can define our own location based on googles class. Since I need to use googles Location class in MapModel when interacting with the GoogleMap.

s-petersson commented 10 years ago

Remade the location class and named in "MapLocation". It is now based on the location in "android.location.Location".