Last active
June 17, 2022 08:51
-
-
Save daniele-quero/1ab2ae13fa731c33eb45f95da67203ee to your computer and use it in GitHub Desktop.
This file contains hidden or 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
public RawImage locationImage; | |
public MapsAPIHandler _mapsAPIHandler = new MapsAPIHandler(); | |
private new void OnEnable() | |
{ | |
StartCoroutine(_mapsAPIHandler.DownloadMap(locationImage, | |
(int)locationImage.rectTransform.sizeDelta.x, | |
(int)locationImage.rectTransform.sizeDelta.y)); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment