I have a question about Google Map API.

Asked 1 years ago, Updated 1 years ago, 103 views

Hello, everyone Using Google Maps API, I'm working on a project to float a map on the web. Even though Google API key was issued properly, The error shown below continues to occur... I don't understand why, so I'm asking you a question. Thank you for reading!

googlemapapi

2022-09-22 20:29

1 Answers

It seems that you specified an object other than a Point object in the code for setting the marker position.

See: https://developers.google.com/maps/documentation/javascript/markers?hl=ko#icons

And I think you included map api in other places. Make sure you don't include map api anywhere else.

=====Correction====

The first error seems to correspond to the question below. I wrote a reply, but please test it.

http://hashcode.co.kr/questions/3197/%EA%B5%AC%EA%B8%80%EB%A7%B5-api-error-%EA%B4%80%EB%A0%A8


2022-09-22 20:29

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.