forked from MoSync/MoSync
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request MoSync#394 from spiridon-alexandru/ThreeTwoOne
Map crash fixed
- Loading branch information
Showing
4 changed files
with
31 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Purpose: | ||
The test program shows the native ui map functionality and provides UI elements for doing | ||
the following: | ||
- add/remove multiple random map pins | ||
- set/get visible area | ||
- set zoom level | ||
- center the map | ||
- a map control is visible and available for interraction to the user | ||
|
||
IMPORTANT: | ||
ADD YOU OWN MAP CREDENTIALS INSIDE THE MAP CONSTRUCTOR: | ||
MainScreen.cpp: | ||
mMap = new Map("google maps test credentials", "bing maps test credentials"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Purpose: | ||
The test program shows the native ui map functionality and provides UI elements for doing | ||
the following: | ||
- add/remove multiple random map pins | ||
- set/get visible area | ||
- set zoom level | ||
- center the map | ||
- a map control is visible and available for interraction to the user | ||
|
||
IMPORTANT: | ||
ADD YOU OWN MAP CREDENTIALS INSIDE THE MAP CONSTRUCTOR: | ||
MainScreen.cpp: | ||
mMap = new Map("google maps test credentials", "bing maps test credentials"); |