com.supermap.services.providers

Class BaiduMapQuerySetting

  • java.lang.Object
    • com.supermap.services.providers.BaiduMapQuerySetting
  • All Implemented Interfaces:
    java.io.Serializable


    public class BaiduMapQuerySetting
    extends java.lang.Object
    implements java.io.Serializable
    

    Baidu map query parameters class.

    Since:
    7.1.0
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      java.lang.String ak
      The key of Baidu users apply for registration.
      java.lang.String gecodingUrl
      Geocoding API service URL.
      java.lang.String sn
      Sn used in security verification.
      java.lang.String suggestionUrl
      Place Suggestion API service URL.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      boolean equals(java.lang.Object obj) 
      int hashCode() 
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • ak

        public java.lang.String ak
        

        The key of Baidu users apply for registration.

        Required parameter. The key needs to contain the Places API, Geocoding API permissions.

        Since:
        7.1.0
        See Also:
        Request a key address
      • sn

        public java.lang.String sn
        

        Sn used in security verification.

        Nonessential parameters. If the verification method of ak is sn check, this parameter must be set.

        Since:
        7.1.0
      • suggestionUrl

        public java.lang.String suggestionUrl
        

        Place Suggestion API service URL.

        Optional parameters. Default value is: http://api.map.baidu.com/place/v2/suggestion

        Since:
        7.1.0
        See Also:
        Place Suggestion API introduction
      • gecodingUrl

        public java.lang.String gecodingUrl
        

        Geocoding API service URL.

        Optional parameters. Default value is: http://api.map.baidu.com/geocoder/v2/.

        Since:
        7.1.0
        See Also:
        Geocoding API introduction
    • Constructor Detail

      • BaiduMapQuerySetting

        public BaiduMapQuerySetting()
        
    • Method Detail

      • hashCode

        public int hashCode()
        
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals(java.lang.Object obj)
        
        Overrides:
        equals in class java.lang.Object