Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

362
Views
Uncaught ReferenceError: MarkerWithLabel is not defined jQuery

I am using these two links to work with google map

<script src="https://maps.googleapis.com/maps/api/js?key=AIza...................&language=en&sensor=false&libraries=geometry,places&ext=.js"></script>
<script src="https://cdn.rawgit.com/googlemaps/v3-utility-library/master/markerwithlabel/src/markerwithlabel.js"></script>

And the later was not loading at all showing 404. So i searched and find another script to add to work with

<script type="text/javascript" src="http://google-maps-utility-library-v3.googlecode.com/svn/trunk/markerwithlabel/src/markerwithlabel.js"></script>

but this won't work either. Since I am working with jQuery so below link won't work with my project

<script src="https://unpkg.com/@googlemaps/markerwithlabel/dist/index.min.js"></script>

marker = new MarkerWithLabel({
  position: new google.maps.LatLng(locations[i][1], locations[i][2]),
  map: this.map,
  labelContent: j,
  labelAnchor: new google.maps.Point(15, 65),
  labelClass: "labels", // the CSS class for the label
  labelInBackground: false,
  id : Arr[i],
  zIndex:100,
  icon: myApp.pinSymbol(marker_color)
});

this is giving me error saying Uncaught ReferenceError: MarkerWithLabel is not defined

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!