// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: MIT-0 import React from 'react'; import './topBar.css' function src(props) { return (
  Longitude: {props.longitude} | Latitude: {props.latitude} | Zoom: {props.zoom}  
) } export default src;