Fix animate my location description
This commit is contained in:
parent
4a01b57b27
commit
7f717db184
2 changed files with 9 additions and 1 deletions
|
@ -36,7 +36,7 @@
|
|||
<string name="change_color">Change color</string>
|
||||
<string name="edit_name">Edit name</string>
|
||||
<string name="animate_my_location">Animate my location</string>
|
||||
<string name="animate_my_location_desc">Enable extrapolation of my location during temporary loss of location fix</string>
|
||||
<string name="animate_my_location_desc">Enable animation of my location during navigation</string>
|
||||
<string name="shared_string_overview">Overview</string>
|
||||
<string name="select_street">Select street</string>
|
||||
<string name="shared_string_in_name">in %1$s</string>
|
||||
|
|
8
OsmAnd/src/net/osmand/plus/mapillary/MApillaryLayer.java
Normal file
8
OsmAnd/src/net/osmand/plus/mapillary/MApillaryLayer.java
Normal file
|
@ -0,0 +1,8 @@
|
|||
package net.osmand.plus.mapillary;
|
||||
|
||||
/**
|
||||
* Created by admin on 27/04/2017.
|
||||
*/
|
||||
|
||||
public class MApillaryLayer {
|
||||
}
|
Loading…
Reference in a new issue