Skip to content

Instantly share code, notes, and snippets.

@daniele-quero
Last active June 17, 2022 08:51
Show Gist options
  • Save daniele-quero/1ab2ae13fa731c33eb45f95da67203ee to your computer and use it in GitHub Desktop.
Save daniele-quero/1ab2ae13fa731c33eb45f95da67203ee to your computer and use it in GitHub Desktop.
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