Skip to content
This repository was archived by the owner on Mar 24, 2023. It is now read-only.

Commit cc165d3

Browse files
committed
New package with Android SDK 5.5.1 & iOS SDK 3.7.6
1 parent ae5b20e commit cc165d3

File tree

9 files changed

+11
-2552
lines changed

9 files changed

+11
-2552
lines changed

Droid/Resources/Resource.designer.cs

Lines changed: 0 additions & 2538 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
-103 KB
Binary file not shown.
111 KB
Binary file not shown.

Naxam.Mapbox.Forms/MapView.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace Naxam.Controls.Mapbox.Forms
99
{
1010
public class PositionChangeEventArgs : EventArgs
1111
{
12-
private Position _newPosition;
12+
//private Position _newPosition;
1313

1414
public PositionChangeEventArgs(Position newPosition)
1515
{

Naxam.Mapbox.Forms/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using System.Reflection;
2-
using System.Runtime.CompilerServices;
32

43
// Information about this assembly is defined by the following attributes.
54
// Change them to the values specific to your project.
@@ -9,7 +8,7 @@
98
[assembly: AssemblyConfiguration("")]
109
[assembly: AssemblyCompany("NAXAM CO.,LTD")]
1110
[assembly: AssemblyProduct("X Controls")]
12-
[assembly: AssemblyCopyright("Copyright (c) 2017 NAXAM")]
11+
[assembly: AssemblyCopyright("Copyright (c) 2018 NAXAM")]
1312
[assembly: AssemblyTrademark("NAXAM")]
1413
[assembly: AssemblyCulture("")]
1514

Naxam.Mapbox.Platform.Droid/MapViewRenderer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -716,7 +716,7 @@ void MapboxMap.ISnapshotReadyCallback.OnSnapshotReady(Bitmap bmp)
716716
public void OnMapReady(MapboxMap p0)
717717
{
718718
map = p0;
719-
map.MyLocationEnabled = true;
719+
//map.MyLocationEnabled = true;
720720
map.UiSettings.RotateGesturesEnabled = Element.RotateEnabled;
721721
map.UiSettings.TiltGesturesEnabled = Element.PitchEnabled;
722722

Naxam.Mapbox.Platform.Droid/Properties/AssemblyInfo.cs

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
using System.Reflection;
2-
using System.Runtime.CompilerServices;
1+
using System.Reflection;
32

43
// Information about this assembly is defined by the following attributes.
54
// Change them to the values specific to your project.
@@ -9,7 +8,7 @@
98
[assembly: AssemblyConfiguration("")]
109
[assembly: AssemblyCompany("NAXAM CO.,LTD")]
1110
[assembly: AssemblyProduct("X Controls")]
12-
[assembly: AssemblyCopyright("Copyright (c) 2017 NAXAM")]
11+
[assembly: AssemblyCopyright("Copyright (c) 2018 NAXAM")]
1312
[assembly: AssemblyTrademark("NAXAM")]
1413
[assembly: AssemblyCulture("")]
1514

@@ -24,6 +23,6 @@
2423

2524
//[assembly: AssemblyDelaySign(false)]
2625
//[assembly: AssemblyKeyFile("")]
27-
[assembly: Xamarin.Forms.ExportRenderer (
28-
typeof (Naxam.Controls.Mapbox.Forms.MapView),
29-
typeof (Naxam.Controls.Mapbox.Platform.Droid.MapViewRenderer))]
26+
[assembly: Xamarin.Forms.ExportRenderer(
27+
typeof(Naxam.Controls.Mapbox.Forms.MapView),
28+
typeof(Naxam.Controls.Mapbox.Platform.Droid.MapViewRenderer))]

Naxam.Mapbox.Platform.iOS/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using System.Reflection;
2-
using System.Runtime.CompilerServices;
32

43
// Information about this assembly is defined by the following attributes.
54
// Change them to the values specific to your project.
@@ -9,7 +8,7 @@
98
[assembly: AssemblyConfiguration("")]
109
[assembly: AssemblyCompany("NAXAM CO.,LTD")]
1110
[assembly: AssemblyProduct("X Controls")]
12-
[assembly: AssemblyCopyright("Copyright (c) 2017 NAXAM")]
11+
[assembly: AssemblyCopyright("Copyright (c) 2018 NAXAM")]
1312
[assembly: AssemblyTrademark("NAXAM")]
1413
[assembly: AssemblyCulture("")]
1514

mapbox.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata>
44
<!-- Required elements-->
55
<id>Naxam.Mapbox.Forms</id>
6-
<version>1.0.1-pre013</version>
6+
<version>1.0.2-pre001</version>
77
<authors>NAXAM</authors>
88
<owners>NAXAM COMPANY LIMITED</owners>
99
<requireLicenseAcceptance>false</requireLicenseAcceptance>
@@ -21,7 +21,7 @@
2121
</group>
2222
<group targetFramework="MonoAndroid10">
2323
<dependency id="Newtonsoft.Json" version="10.0.3" />
24-
<dependency id="Naxam.Mapbox.Droid" version="5.3.2" />
24+
<dependency id="Naxam.Mapbox.Droid" version="5.5.1.1" />
2525
</group>
2626
<group targetFramework="Xamarin.iOS10">
2727
<dependency id="Naxam.Mapbox.iOS" version="3.7.6" />

0 commit comments

Comments
 (0)