new MapLabel
used to work in all my programs but this does not work any more:
var mapLabelA = new MapLabel(
{
text: ' From Wilkes or Henlow** ',
position: new google.maps.LatLng(49.796600, -97.196000),
map: map,
fontSize: 13,
align: 'right'
}
);
Why would my maplabels stop working?
Failed to load resource: the server responded with a status of 404 (Not Found)
PT59AM2.html:1039 Uncaught ReferenceError: MapLabel is not defined
util.js:222 Google Maps API warning: NoApiKeys https://developers.google.com/maps/documentation/javascript/error-messages#no-api-keys
util.js:222 Google Maps API warning: InvalidKey https://developers.google.com/maps/documentation/javascript/error-messages#invalid-key