Skip to content

Commit

Permalink
GMap.NET.Core: updated coogle versions
Browse files Browse the repository at this point in the history
  • Loading branch information
radioman committed Feb 4, 2014
1 parent bab6192 commit 4d74610
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ static GoogleHybridMapProvider()
Instance = new GoogleHybridMapProvider();
}

public string Version = "h@221000000";
public string Version = "h@249000000";

#region GMapProvider Members

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2070,7 +2070,7 @@ static GoogleMapProvider()
Instance = new GoogleMapProvider();
}

public string Version = "m@221000000";
public string Version = "m@249000000";

#region GMapProvider Members

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ static GoogleSatelliteMapProvider()
Instance = new GoogleSatelliteMapProvider();
}

public string Version = "132";
public string Version = "145";

#region GMapProvider Members

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ static GoogleTerrainMapProvider()
Instance = new GoogleTerrainMapProvider();
}

public string Version = "t@131,r@221000000";
public string Version = "t@132,r@249000000";

#region GMapProvider Members

Expand Down

0 comments on commit 4d74610

Please sign in to comment.