Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Implement google Maps with multiple markers in VBCS

edited Jun 12, 2019 7:34AM in Visual Builder

Content

Hi ,

I am trying to add google maps with multiple markers in VBCS.

Am trying to add the script tag in Design page But page is not getting loaded. It is showing the warning message as script tag can be ignored in run time.

I am trying to add the below code but getting only blank page while running the application.

<!DOCTYPE html>
<html> 
<head> 
  <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> 
  <title>Google Maps Multiple Markers</title> 
  <script src="http://maps.google.com/maps/api/js?sensor=false" 
          type="text/javascript"></script>
</head> 
<body>
  <div id="map"

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!