Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

google maps との書式比較表がほしい #61

Open
champierre opened this issue Nov 16, 2022 · 0 comments
Open

google maps との書式比較表がほしい #61

champierre opened this issue Nov 16, 2022 · 0 comments

Comments

@champierre
Copy link
Contributor

champierre commented Nov 16, 2022

google maps との書式比較表がほしい。
開発者が気になるポイント。ほとんど変わらないとわかれば、スイッチするコストが低いので。

google だとこう

  const map = new google.maps.Map(
    document.getElementById("map") as HTMLElement,
    {
      zoom: 4,
      center: myLatLng,
    }
  );

geolonia だとこう

  const map = new geolonia.Map(
    document.getElementById("map") as HTMLElement,
    {
      zoom: 4,
      center: myLatLng,
    }
  );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant