When displaying BingMaps image tiles and GeoCodec using CesiumIon,
If I have a CesiumIon account and want to use the KEY, is it necessary to register for a BingMaps account?
On the other hand,
If you don’t use CesiumIon,
What is used for the default GeoCodec?
If CesiumIon KEY is set, is BingMaps automatically selected for GeoCodec?
Or do I need to set something?
I tried to edit ‘Custom Geocoder (in Cesium Sandcastle)’ code below,
var viewer = new Cesium.Viewer(‘cesiumContainer’, {
// geocoder: new OpenStreetMapNominatimGeocoder()
});
The result was not much different from before the correction.
Therefore,
Assuming the Custom GeoCoder sample uses Ion,
I thought there wasn’t much difference between BingMaps GeoCodec and OpenStreetMap GeoCodec.
Is this recognition wrong?