Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/metamediatechnology/longdo-map-ios-framework
https://github.com/metamediatechnology/longdo-map-ios-framework
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/metamediatechnology/longdo-map-ios-framework
- Owner: MetamediaTechnology
- License: other
- Created: 2021-12-03T20:04:10.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-22T10:06:58.000Z (3 months ago)
- Last Synced: 2024-11-22T11:47:58.666Z (about 2 months ago)
- Language: Objective-C
- Size: 11.3 MB
- Stars: 0
- Watchers: 10
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Longdo Map Framework for iOS
This project contains a library to download Longdo Map Framework for iOS.Download all files and then add them into your project to start application development with our SDK.
For more information, you can follow our tutorial to learn how to use Longdo Map Framework for iOS as the link below.
https://github.com/MetamediaTechnology/longdo-map-demo-ios
## Demo and Tutorial
https://github.com/MetamediaTechnology/longdo-map-demo-ios## Documentation
https://metamediatechnology.github.io/longdo-map-ios-framework/documentation/longdomapframework/## Change log
### Version 4.1.4
* Support multiple arguments combined to array format in `Event.bind` completion.
* Improve support for Xcode 16.### Version 4.1.3
* Fix `ldstatic` not working in some cases.
* Fix method data returning issue.
* Fix the offline mode issue.### Version 4.1.2
* Performance improvements.### Version 4.1.1
* Support prevent default in `Event.bind`.
* Support `double` type for point and size.
* Support `ldstatic` for `EventName` enum.
* Allow using `UIImage` for image or URL parameters.
* Fix returning of GeoJSON type.
* Fix `Event.unbind` not working properly.### Version 4.1.0
* Support offline mode. (An internet connection is required the first time to check the API key and can be used offline for seven days after verification.)### Version 4.0.8
* Fix issue that prevent some bundle identifier with right API key to use framework.
* Fix support for safe area.### Version 4.0.7
* Support returned object from `union` and `setBase`.### Version 4.0.6
* Fix initial zoom range.### Version 4.0.5
* Fix error log.
* Fix support for safe area.
* Support method `Util`.
* Support promise in Search method.### Version 4.0.4
* Add `LongdoTurn` and `LongdoLocale` enumeration.
* Add `LDFunction` to use with some Longdo Map’s method that needs function as parameter and has returned value.
* Support method `Tags.add` for adding custom tags to the map.
* Support method `Overlays.Object` for administration object to the map.
* Support `Menubar` object for display menu in the map.
* Support `CLLocationCoordinate2D`, `ClosedRange`, `UIColor`, `LongdoLocale`, `CGSize`, and `CGPoint` type as parameters.
* Fix issues that some icon markers cannot be displayed in the map.
* Show warning log when use wrong name of method or wrong type of parameter.
* Show warning log when no network connection.
* Support devices that have a safe area.### Version 4.0.3
* Add documentation.
* Fix typo in delegate function.
* Fix issue from returned object in `call`/`objectCall` function.### Version 4.0.2
* Add more optional initial map parameters e.g. zoom, location, zoom range, and layer.
* Fix an issue when using apiKey with a specific domain or bundle ID.
* Need `map.render()` before rendering the map.### Version 4.0.1
* Delegate when events are fired.### Version 4.0
* Vector Layer.### Version 3.21 and older
https://github.com/MetamediaTechnology/longdo-map-sdk-ios## Copyright and license
* Metamedia Technology © 2005 - now. All Rights Reserved.
* [Terms of Use](LICENSE.md)