File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed
DirectionsApi/Samples~/DirectionsApiDemo/Scripts
GeocodingApi/Samples~/GeocodingApiDemo Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,6 @@ public class DirectionScript : MonoBehaviour
37
37
private GameObject startMarker ;
38
38
private GameObject finishMarker ;
39
39
private List < GameObject > _gos ;
40
- private float _goScale = 50 ;
41
40
private Material _material ;
42
41
43
42
public RoutingProfile . RoutingProfileOptions RoutingOption ;
Original file line number Diff line number Diff line change @@ -28,8 +28,6 @@ public class Geocoder : MonoBehaviour
28
28
private LatitudeLongitude FirstLatLng ;
29
29
private Vector3 SecondPoint ;
30
30
private LatitudeLongitude SecondLatLng ;
31
- private bool IsFirstPointSet = false ;
32
- private bool IsSecondPointSet = false ;
33
31
private string _currentValue ;
34
32
35
33
public void Start ( )
You can’t perform that action at this time.
0 commit comments