2 questions
for (int i = 0; i < clublatitude.size(); i++) { Marker clubmarker1 = new Marker(); clubmarker1.setPosition(new LatLng(Double.valueOf(clublatitude.get(i)), Double.valueOf(clublongitude.get(i))));...
I'm trying to take a marker using Naver API map, but the value of the marker is double type, so it can'tdouble LNG = Double.parseDouble(longitude.toString()); I tried to change it to Double and put it...
915 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
572 rails db:create error: Could not find mysql2-0.5.4 in any of the sources
618 Uncaught (inpromise) Error on Electron: An object could not be cloned
611 GDB gets version error when attempting to debug with the Presense SDK (IDE)
© 2024 OneMinuteCode. All rights reserved.