Give us feedback
korean-map
Reactive icon

Korean Map

Stable version 1.1.1 (Compatible with OutSystems 11)
Uploaded on 19 Mar by 
5.0
 (1 rating)
korean-map

Korean Map

Documentation
1.1.1

Check the Dependency in your module:





Comments


1. ImportKakaoMapSDK

  • The most important and essential thing of this library.
  • First of all, it is necessary to get the JavaScript App Key from Kakao Developers.
  • And you should call this action in the screen action OnInitialize of your screen.


2. Blocks (KakaoMap, KakaoKeywordSearch)

  • Required the action ImportKakaoMapSDK before the block is ready.


3. AddMarker

  • Required the action ImportKakaoMapSDK.
  • Required a name of the block KakaoMap.
  • To use double quotes in the input parameter InfoWindowHTML, type the double quotes twice in a row.


4. Other Actions

  • Required the action ImportKakaoMapSDK.
  • Required a name of the block KakaoMap.





1.1.0

Check the Dependency in your module:





Comments


1. ImportKakaoMapSDK

  • The most important and essential thing of this library.
  • First of all, it is necessary to get the JavaScript App Key from Kakao Developers.
  • And you should call this action in the screen action OnInitialize of your screen.


2. Blocks (KakaoMap, KakaoKeywordSearch)

  • Required the action ImportKakaoMapSDK before the block is ready.


3. AddMarker

  • Required the action ImportKakaoMapSDK.
  • Required a name of the block KakaoMap.
  • To use double quotes in the input parameter InfoWindowHTML, type the double quotes twice in a row.


4. Other Actions

  • Required the action ImportKakaoMapSDK.
  • Required a name of the block KakaoMap.





1.0.0

Check the Dependency in your module:





Comments


1.